To apply an XSLT transformation to an XML document you need an XSLT
processor. There are many different ones available.
If you install Saxon, for example, then you can perform a transformation
using the command (from the command line)
java net.sf.saxon.Transform -o output.xml source.xml stylesheet.xsl
and the result will go to output.xml. For a different XSLT processor, the
method of invocation will be different.
Michael Kay
http://www.saxonica.com/
-----Original Message-----
From: Irum Rauf [mailto:irumrauf(_at_)yahoo(_dot_)com]
Sent: 18 November 2006 19:13
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Looking for some basic guidance
Hello,
I am new with XML and working on XSLT files. I need to
transform an XML document to another XML document with a
different schema, using XSLT. I have included my xslt file in
XML document. Now where and how do I see my new xml document
formed? Am i missing any step?Where and how should i specify
where to save resulting XML document?Do I need to Install anything?
Kindly guide me at an earliest note, i need to submit an
assignment and need some guidelines from you as I am not able
to find proper help from net or maybe I am not searching at
right places.I did self learning from w3schools and Dietel's book.
In my XSLT file i m simply transforming one sub-elment of an
element into an attribute in resulting xml document and
renaming an elment. If it is successful, I can continue with
transforming other elements.
Waiting for your reply,
Thanks and Best Regards,
Irum
______________________________________________________________
______________________
Sponsored Link
Compare mortgage rates for today.
Get up to 5 free quotes.
Www2.nextag.com
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--