Basically, I want to turn this...
<root><foo>weee</foo><bar>booze</bar><food><grapes>Yum</grapes><beef>Yuk</beef></food></root>
into this
<root>
<foo>weee</foo>
<bar vice="theDrink">booze</bar>
<food>
<grapes>Yum</grapes>
<beef>Yuk</beef>
</food>
</root>
I need a function that can do this formatting.
Thank you,
~ Lauren
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/
"Lauren the Ravishing" <lauren_the...@yahoo.com> wrote in message
news:1111078176.6...@l41g2000cwc.googlegroups.com...
Check out this web site and see if it doesn't point you in the
direction you want to go: