Hey guys,
I have some html that becomes the inner text of a
<paragraph>
</paragraph>
tag set.
What I want to do is parse through the html, and change any html tags like <em> or <u> to xml tags.
The problem I'm running into is that the tags always show up as >/< in the actual text instead of the tags. Does anyonek now of a way I can do this and get valid xml?
Thanks,
Jack
I have some html that becomes the inner text of a
<paragraph>
</paragraph>
tag set.
What I want to do is parse through the html, and change any html tags like <em> or <u> to xml tags.
The problem I'm running into is that the tags always show up as >/< in the actual text instead of the tags. Does anyonek now of a way I can do this and get valid xml?
Thanks,
Jack