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]
Other format: [Raw text]

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


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


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