Mark B.
2005-04-03 05:55:02 UTC
I'm still new to xml and learning it. From what I understand and experience,
xml won't parse certain characters. so they have to be "escaped". Now what
I'm trying to do is I want convert a portion of the string within a node into
a hyperlink. But XML produces an error if I don't HTML-encode the <, >, &
characters although otherwise it will just parse it as plain string. Is there
a way to force it to parse as a hyperlink tag, or is there a certain
concept/technique in XML in order to make this possible? Thanks in advance.
xml won't parse certain characters. so they have to be "escaped". Now what
I'm trying to do is I want convert a portion of the string within a node into
a hyperlink. But XML produces an error if I don't HTML-encode the <, >, &
characters although otherwise it will just parse it as plain string. Is there
a way to force it to parse as a hyperlink tag, or is there a certain
concept/technique in XML in order to make this possible? Thanks in advance.