Is there a built-in api that changes:
<a><b>123</b><c>456<d>789</d></a>

to this
<a>
   <b>123</b>
   <c>456
      <d>789</d>
</a>

Takes flat output and makes it more legible. This would be for both debug 
xdmp:log as well as http and cq xml report output.  I know ML has tidy and 
such, but I would want a more generic function. Easy enough to write, but if 
someone has one, or if there is an api....

thanks!



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to