BI Publisher (MOSC)

MOSC Banner

Cannot generate certain output in Template Builder for Word 11.1.1.5.0, Build 174 (5.11.48)

edited Dec 29, 2011 8:39PM in BI Publisher (MOSC) 5 commentsAnswered
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>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center