Archive of UserLand's first discussion group, started October 5, 1998.

I see where the problem is

Author:Dave Winer
Posted:10/7/1999; 9:59:11 AM
Topic:Testing your XML-RPC client
Msg #:11824 (In response to 11823)
Prev/Next:11823 / 11825

OK, I see what's going on, as I'm sure you did too.

We're only converting left-angle-brackets into <s, not converting right-angle-brackets into >s.

Here's a Frontier snippet:

s = "oh the buzzing of the bees"; xml.coercions.frontierValueToTaggedText (@s, 0)

It returns:

"oh the <font> buzzing of the bees"

It's pretty clear that the XML parser you're using doesn't like this. I suspect when we look at the XML spec, they will be right to not like it. I'll go look myself in a few minutes.

Stay tuned.

Dave


There are responses to this message:


This page was archived on 6/13/2001; 4:52:58 PM.

© Copyright 1998-2001 UserLand Software, Inc.