Re: [xsl] is it possible to construct new xml with xsl ?

Subject: Re: [xsl] is it possible to construct new xml with xsl ?
From: Mike Brown <mike@xxxxxxxx>
Date: Sun, 16 Jun 2002 13:17:12 -0600 (MDT)
Meir wrote:
> is there any way to construct new xml file from given xml file
> with xsl

This is the most basic use of XSLT, transforming one XML document into 
another. Read any XSLT tutorial.

> when i load the xml file with the xsl file linked to it i will see
> in the IE new construction with the "+" and"-"

IE will assume the output of the transformation is meant to be interpreted as 
HTML. If you want collapsible views, you need to use a stylesheet that will 
produce the (D)HTML that makes the browser produce the view you want. See
  http://www.dpawson.co.uk/xsl/sect2/microsoft.html#d58e229

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

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


Current Thread