Shawn, Jim:
I find these new UDF´s very intresting and usefull but still there is something I cannot do with them. 
It is ideal and for a better xml structure to store data on an XML file using the attribute as a table Id like this:
 Code:
  
<messages>
  <note id="p501">
    <to>Tove</to>
    <from>Jani</from>
    <heading>Reminder</heading>
    <body>Don't forget me this weekend!</body>
  </note>
  <note id="p502">
    <to>Jani</to>
    <from>Tove</from>
    <heading>Re: Reminder</heading>
    <body>I will not!</body>
  </note> 
</messages>
 
I found difficulties when you need to update an elemets that hangs from a a root value referenced with an attribute, FE (case above). I want to modify the body when  id="p502".
If we can solve this I think there is gonna be little left to manipulate any XML with Kix.
Thanks boys.  
BTW:
Looks like 'without UBBcode/HTML' combo is not working.....mnn......yes it is, after I posted this modification...weird.
_________________________
Life is fine.