I have a problem outputing a node list variable
Here should go questions about transforming XML with XSLT and FOP.
-
- Posts: 4
- Joined: Sat Sep 23, 2006 8:23 pm
I have a problem outputing a node list variable
I have a problem outputing a node list variable from this template:
This does not output SeriesData as I expect it too. In the oxygen debugger, it shows a populated node-set at the xsl:value-of point. All I get is an empty graph element. If I don't put the node set into a variable, it comes out fine.
Can anyone help please?
Thanks,
Alan
Code: Select all
<xsl:template name="OutputGraphXML">
<xsl:param name="GraphData"/>
<xsl:variable name="SeriesData">
<xsl:call-template name="TableDataToGraphingSeries">
<xsl:with-param name="TableData">
<xsl:value-of select="$GraphData"/>
</xsl:with-param>
</xsl:call-template>
</xsl:variable>
<xsl:element name="graph">
<xsl:value-of select="$SeriesData"/>
</xsl:element>
</xsl:template>
This does not output SeriesData as I expect it too. In the oxygen debugger, it shows a populated node-set at the xsl:value-of point. All I get is an empty graph element. If I don't put the node set into a variable, it comes out fine.
Can anyone help please?
Thanks,
Alan
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service