| Joe Fawcett 2005-03-18, 6:45 pm |
| "wk" <saurabh9@XXXXXXXXXX> wrote in message
news:1111149386.394986.66700@z14g2000cwz.googlegroups.com...
> ok, analyzing your code, now I seem to be getting a picture of how
> things are working...thanks for the insight!...and that too such a
> quick one.
>
> And still, is there way for the xsl to write the output to a file,
> thereby generating a ready to use XML file?
>
You have two easy options
1) Download the command line utility from MSDN:
http://www.microsoft.com/downloads/...&displaylang=en
run at the command prompt for usage.
OR
2) Add the following line to the top of your XML and then open then file in IE:
<?xml-stylesheet type="text/xsl" href="<path to stylesheet here>" ?>
--
Joe (MVP - XML)
|