RE: AW: [xslt] a pre-defined output for each XML file

2005-08-03 Thread SinDoc
t; >>-Ursprüngliche Nachricht- >>Von: SinDoc [mailto:[EMAIL PROTECTED] >>Gesendet: Mittwoch, 3. August 2005 09:53 >>An: user@ant.apache.org; user@ant.apache.org; >user@ant.apache.org >>Betreff: RE: AW: [xslt] a pre-defined output for >each XML file >> >&

AW: AW: [xslt] a pre-defined output for each XML file

2005-08-03 Thread Jan.Materne
xmltask) -- do the transformation () Jan >-Ursprüngliche Nachricht- >Von: SinDoc [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 3. August 2005 09:53 >An: user@ant.apache.org; user@ant.apache.org; user@ant.apache.org >Betreff: RE: AW: [xslt] a pre-defined output for eac

RE: AW: [xslt] a pre-defined output for each XML file

2005-08-03 Thread SinDoc
Given the @destdir in , HTML outputs are generated properly. In DocBook Website, the user works out a file, called 'layout.xml', in which, each XML source file is mapped to a particular HTML output, for instance: In this example, the XSLT engine is supposed to create a directory called "urfm",

[xslt] a pre-defined output for each XML file

2005-08-02 Thread SinDoc
I have a chunk of XML files, each of which is mapped to a particular HTML output. Now, I'd like to know, how I could process them with an XSLT stylesheet by using the Ant XSLT task in order for source files to be written into their HTML equivalents!? Note that, it's all about transforming the D