Subject: RE: Copying XML file over using XSLT
From: "Navid M." <navid89@xxxxxxxxx>
Date: Tue, 14 Oct 2003 08:06:12 -0700 (PDT)
|
Thanks Michael. That's exactly what I was looking
for.
Navid M.
--- Michael Kay <mhk@xxxxxxxxx> wrote:
> You can write:
>
> <xsl:template match="/">
> <xsl:copy-of select="."/>
> </xsl:template>
>
> But if you want to copy the file unchanged, why do
> you need XSLT?
>
> [I ask this question because the usual answer is
> "because I want to
> change X", in which case the solution proposed above
> stops working]
>
> Michael Kay
>
> > -----Original Message-----
> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On
> Behalf Of Navid M.
> > Sent: 14 October 2003 06:41
> > To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: Copying XML file over using XSLT
> >
> >
> > Hello,
> >
> > Is there a short cut for copying all the content
> of my
> > XML file to an XHTML file using XSLT?
> >
> > i.e. I want to create an XSLT file that will take
> the
> > content of an XML file and put it in another file
> > exactly as it appears.
> >
> > Any help would be greatly appreciated.
> >
> > Thanks,
> > Navid M.
> >
> > __________________________________
> > Do you Yahoo!?
> > The New Yahoo! Shopping - with improved product
> search
> http://shopping.yahoo.com
>
> XSL-List info and archive:
> http://www.mulberrytech.com/xsl/xsl-list
>
>
> XSL-List info and archive:
> http://www.mulberrytech.com/xsl/xsl-list
>
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|