Cannot generate certain output in Template Builder for Word 11.1.1.5.0, Build 174 (5.11.48)
Hello,
I'm working with BI Publisher Desktop Template Builder for Word v11.1.1.3.0 Build 169 (5.10.199). I am trying to use it to dynamically create a table from the input XML.
My original goal was to create dynamic XSL-FO tables from input XML (dynamic headings, aggregation, etc.) , but it doesn't work. I have attempted to just do a simple bit of XSL and I cannot get it to work in BI Publisher.
XSL:
<xsl:for-each select="catalog/cd">
<xsl:for-each select="./node()">
Hello
</xsl:for-each>
</xsl:for-each>
XML SCHEMA:
<catalog>
<cd>
<title></title>
<artist></artist>
<country></country>
<company></company>
<price></price>
<year></year>
0