L
lele1979
Hi XSL Community,
I would do a file in PDF with FO and XSL/XML tecnology.
In a precisely moment of a creation of this PDF file I must call a
precisely template from a precisely XSL file, that I have already
included.
The name of this template is the same that from a file XML.
Into each file XSL there are one template.
Example:
File XML:
-------------------------
[...]
<object1>ADV6</object1>
[...]
-------------------------
File XSL (his name is "ADV6.XSL") is structured:
-------------------------
<xsl:stylesheet>
<xsl:template name="ADV6">
[...]
</xsl:template>
</xsl:stylesheet>
-------------------------
File XSL that call another file XSL
-------------------------
[...]
<xsl:include href="Adv6.xsl"></xsl:include>
[...]
<xsl:call-template name="ADV6"/>
[...]
-------------------------
How do you do to put "Adv6.xsl" and "ADV6" dinamicly?
How do you do?
Thank you for your interesting.
Emanuele
I would do a file in PDF with FO and XSL/XML tecnology.
In a precisely moment of a creation of this PDF file I must call a
precisely template from a precisely XSL file, that I have already
included.
The name of this template is the same that from a file XML.
Into each file XSL there are one template.
Example:
File XML:
-------------------------
[...]
<object1>ADV6</object1>
[...]
-------------------------
File XSL (his name is "ADV6.XSL") is structured:
-------------------------
<xsl:stylesheet>
<xsl:template name="ADV6">
[...]
</xsl:template>
</xsl:stylesheet>
-------------------------
File XSL that call another file XSL
-------------------------
[...]
<xsl:include href="Adv6.xsl"></xsl:include>
[...]
<xsl:call-template name="ADV6"/>
[...]
-------------------------
How do you do to put "Adv6.xsl" and "ADV6" dinamicly?
How do you do?
Thank you for your interesting.
Emanuele