Thanks all,
Bob
\r is a paragraph
\n is a new line
Works in InDesign nested styles etc
"+ Line1\r+ Line2\r+ Line3\r+ Line4"
This is how the line is translated in the Job ticket.
<CUSTOMIZATION EXPR=""+ Line1 + Line2 + Line3 + Line4"" NAME="device_bullet" TYPE="ADOR"/>
You can see 
 in the places. This is the '\r' character. The   is <space>."
Can anyone help with what we should be using?
In uPlan this works: "* 3G Speeds\r* GPS Navigation capable\r* microSD(tm) slot holds 32GB"
But I am not sure how to translate that to the developer.
Thanks,
Bob
In uPlan strings:
--
You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
To post to this group, send email to xmpie...@googlegroups.com.
To unsubscribe from this group, send email to xmpie-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xmpie-users?hl=en.
"+ Line1\\r+ Line2\\r+ Line3\\r+ Line4"
-------- Message original --------
Sujet: Re: [xmpie-users] a hard return character that works?
De : Bob Hopfner <bhop...@centiv.com>
Pour : xmpie...@googlegroups.com <xmpie...@googlegroups.com>
Date : 14/11/2011 22:49
> My developer sent me this:
> "This line is the C# string literal that I use when creating the Customization object that I send to uProduce.
>
> "+ Line1\r+ Line2\r+ Line3\r+ Line4"
>
> This is how the line is translated in the Job ticket.
>
> <CUSTOMIZATION EXPR=""+ Line1 + Line2 + Line3 + Line4"" NAME="device_bullet" TYPE="ADOR"/>
>
> You can see
 in the places. This is the '\r' character. The  is<space>."
--
Instead of the /r have you tried /0x0d or /0x0a. or both together
Met vriendelijke groet, Kind Regards,
Walter van Waard
Duinroosweide 4
3448 ZB. WOERDEN
+31 (348) 446 365
+31 (6) 246 26 883
==========================
Sent from a electronic device
developed in de first year of
the second decade of the 21e
century from a company called
Apple.
==========================
Met vriendelijke groet, Kind Regards,
Walter van Waard
Duinroosweide 4
3448 ZB. WOERDEN
+31 (348) 446 365
+31 (6) 246 26 883
==========================
Sent from a electronic device
developed in de first year of
the second decade of the 21e
century from a company called
Apple.
==========================
Op 15 nov. 2011 om 19:17 heeft Bob Hopfner <bhop...@centiv.com> het volgende geschreven:
>> e 4"" NAME="device_bullet" TYPE="ADOR"/>
it looks like html encoding in the xml to me...could you just try \r\n
Met vriendelijke groet, Kind Regards,
Walter van Waard
Duinroosweide 4
3448 ZB. WOERDEN
+31 (348) 446 365
+31 (6) 246 26 883
==========================
Sent from a electronic device
developed in de first year of
the second decade of the 21e
century from a company called
Apple.
==========================
Met vriendelijke groet, Kind Regards,
Walter van Waard
Duinroosweide 4
3448 ZB. WOERDEN
+31 (348) 446 365
+31 (6) 246 26 883
==========================
Sent from a electronic device
developed in de first year of
the second decade of the 21e
century from a company called
Apple.
==========================
That's the problem as I understand it. No matter what we do, uProduce (or something else) is converting the \r to the HTML decimal .
I don't know where this is happening as the data flows through our system but we have tried every permutation of
\u000D, \0D, \r etc etc. but they ALL get translated to
Let me know if you think of anything else. I really appreciate it.
Bob
________________________________________
From: xmpie...@googlegroups.com [xmpie...@googlegroups.com] on behalf of Walter Van waard [wvw...@gmail.com]
Sent: Tuesday, November 15, 2011 5:09 PM
"Line1\r+ Line2\r+ Line3\r+ Line4"
what if your c# developer would code
"BobFnc(\"Line1__bob__+ Line2__bob__+ Line3__bob__+ Line4\")"
while you would define a QLingo custom function in your plan, named
BobFnc, which would call the built-in FindAndReplace function, to
replace every instance of the ___bob___ string into a "\r"? (or whatever
appropriate string)
-------- Message original --------
Sujet: Re: [xmpie-users] a hard return character that works?
De : Bob Hopfner <bhop...@centiv.com>
Pour : xmpie...@googlegroups.com <xmpie...@googlegroups.com>
Date : 16/11/2011 01:45
> Howdy Walter,
>
> That's the problem as I understand it. No matter what we do, uProduce (or something else) is converting the \r to the HTML decimal .
>
> I don't know where this is happening as the data flows through our system but we have tried every permutation of
>
> \u000D, \0D, \r etc etc. but they ALL get translated to
Stay tuned for more developments.
Howdy Walter,
Bob,
>>> n e 4"" NAME="device_bullet" TYPE="ADOR"/>
Interesting Keep us posted ;-)
Grtz
Walter