|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: restructuring element hierarchy using xslt- compli
> would i have to create new elements or is there a function to > change element names?? If you don't create new elements, there won't be any elements in the result tree. There are four ways of creating an element: <lre>: use a literal result element if you know the name at compile time <xsl:copy>: copies the element name (but not the content) from the source document <xsl:copy-of>: copies a whole subtree from the source document <xsl:element>: computes both the element name and the content dynamically Take your pick, but all four methods create new elements. Michael Kay XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








