First I think the tags in your sample cannot have spaces.
It should be something like this:
<GROUP><Element1><Stuff1>t
Download freeware TidyUI utility at this link http://users.rcn.com/creit
Set input-xml=yes and output-xml=yes.
The formatted output looks like this.
<GROUP>
<Element1>
<Stuff1>text</Stuff1>
<Stuff2>text</Stuff2>
</Element1>
</GROUP>
I didn't see any Vb6 wrappers but there is a .net wrapper for "libtidy.dll" here: http://users.rcn.com/creit
Main Topics
Browse All Topics





by: bingiePosted on 2007-02-03 at 23:56:22ID: 18462394
Is this white space in your browser? Or where?
Post some code please...