|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Transforming tabular information to hierarchical
Simon Shutter wrote:
Hi Martin, Yes. In XSLT 2 you can. In XSLT 1, if you wanted to do that, the trick was usually to apply the stylesheet itself as input. In this case, the stylesheet does little when applied normally. Andrew made the initial template to have the name "main" (could be any named template). A processor must give you a way to set the "initial template", which is the name of this template: "main". With Saxon this is: java -jar saxon8.jar -it main yourstylesheet.xslt Because you use an external resource with unparsed-text() function, there is no XML input in this case at all. -- Abel
|
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
|






