To quote Gilda Radner’s Saturday Night Live character “Oh, nevermind.”

In my code I’m using the XML Xpath function to grab data out of a bunch of XML 
and insert it into items on a line. Problem is that the Xpath function either 
adds stuff to the end of the data it returns or that stuff is invisible when 
viewed in a browser. Either way, once I cleaned off characters from the Xpath 
function results, it did the right thing.

Kee


> On Jan 14, 2015, at 9:48 AM, kee nethery <k...@kagi.com> wrote:
> 
> In the pre-Unicode days, this code:
> 
> set the itemdelimiter to tab
> put empty into theData
> put “jumbo” into item 4 of theData
> 
> would produce something that looked like this (in your mind replace “<tab>” 
> with the blank spacing of a tab)
> 
> <tab><tab><tab>jumbo
> 
> In the Livecode 7 Unicode world, this is producing an output that looks like:
> 
> <tab>
> 
> <tab>
> 
> <tab>jumbo
> 
> In the IDE, when I use the magnify glass to examine theData, I can click in 
> “jumbo” and use the right arrow to go through theData but when I try to use 
> the left arrow to move back, it will move within “jumbo” but when it gets to 
> the left of “j” it halts. The left arrow ceases to move the insertion point.
> 
> Why is each item on a separate line? How do I get Unicode Livecode to produce 
> the same output as pre-7?
> 
> Kee Nethery
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to