- From: axdmoraes <alexmoraes@gmail.com>
- Date: Wed, 4 Jul 2007 11:34:16 -0700 (PDT)
- To: www-xsl-fo@w3.org
A begginner question.
I have this XSL-FO command:
<xsl:apply-templates select="pgblk"/>
and there´s no match template for pgblk.
Just for <para>
and in my XML, I have this hierarchy:
<pgblk>
<title> balabalaba</title>
<list1>
<item1>
<para>blabla</para>
</item1>
</list1>
</pgblk>
there´s no more call for list1 or item1 template.
The RenderX, will not find the template for <para>, right?
What I have to do to reach the match template para?
Thanks
Alexandre
--
View this message in context: http://www.nabble.com/Apply-Templates-tf4025940.html#a11435616
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Wednesday, 4 July 2007 19:01:50 UTC