This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XML 2 XML


You want to use a <xsl:output method='xml' /> tag and you should get what
you are looking for. Otherwise, if you are generating this output from asp,
you may have to set the content type to "text/xml"

> -----Original Message-----
> From: Rosa I-Ting Cheng [mailto:Rosa@ceanet.com.au]
> Sent: Wednesday, January 24, 2001 3:05 PM
> To: 'xsl-list@lists.mulberrytech.com'
> Subject: [xsl] XML 2 XML
> 
> 
> Well at the moment I've written an XSL for my XML for it to 
> transform into
> another XML. I do know how to see the result HTML for 
> transformations that
> goes from XML to HTML: just double click on the icon in the explorer.
> However, when I double click for a transformation that goes 
> XML to XML, all
> i see are the texts that comes between tags.  How can I see 
> the tranformed
> new XML in a format such as
> 
> <tag1>
>    <tag2/>
>    <tag3/>
> </tag1>
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]