Hi,
yeah this is exactly what i needed. But could you please help me with the following problem?
I would like to write to write every childnote to a new file. If there are 4 Childnodes doc/foo
he should write every childnote to one file: foo1.html foo2.html foo3.html foo4.html. Could someone give me example how to realize this?
<xsl:template match="/doc/foo"> <redirect:write select="@file"> <foo-out> <xsl:apply-templates/> </foo-out> </redirect:write> </xsl:template>
?
----- Original Message ----- From: "Jeremias Maerki" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 24, 2004 2:06 PM
Subject: Re: Question concerning Xalan.
The list info is here: http://xml.apache.org/mail.html#xalan-j-users
You might want to tell them to put that link somewhere on their website.
What you're looking for is the "Redirect" extension of Xalan-J: http://xml.apache.org/xalan-j/extensionslib.html#redirect
On 24.09.2004 11:06:06 Johannes Franz wrote:Hi there,
i don't know where to ask questions concerning Xalan, i didn't find a mailing
list at http://xml.apache.org/xalan-j/.
Perhaps you can help me:
I have a really big xml-file from which i would like to create many little
html files. So is this possible to use a big xml-file and a stylesheet in
order to create a new html file everytime the Tag <html> occurs?
Jeremias Maerki
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]