Hello everybody,
Can I generate Xml
code by a xsl path?. By example, from this
"team/[EMAIL PROTECTED]'football']/players", can I generate the xml
code:
<team>
<sport Type="football">
<players/>
</sport>
</team>
Thanks in
advance
|