On Mar 21, 5:50 am, krisl...@gmail.com wrote:
> Hi all,
>
[quoted text clipped - 4 lines]
> Thank you for any help,
> xtanto
You wouldn't convert XML to XSLT. Rather, you would need to write the
XSLT document to dictate the rules for conversion. You would then run
an XSLT converter and specify your document as well as the style sheet
to produce the desired result. There are several java based XSLT
processors available including Saxon. You could also invoke xsltproc
to do this.
There are some very good tutorials for writing XSLT at w3c.org.
Regards,
Jon Trauntvein