|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] apply-templates abnormality???
Good People,
I am trying to create data in my stylesheet and apply a template as if
the data came from the source document.
For example:
<xsl:variable name="add-apply-button">
<xsl:element name="button">
<xsl:element name="file">APPLY_BUTTON</xsl:element>
<xsl:element name="result">APPLY</xsl:element>
</xsl:element>
</xsl:variable>
<xsl:apply-templates select="$add-apply-button">
<xsl:with-param
name="submit-form">AddEditView</xsl:with-param>
</xsl:apply-templates>
I want this to simulate the following xml data:
<button>
<file>APPLY_BUTTON</file>
<result>APPLY</result>
</button>
It works except for one major problem. The param "submit-form" does not
seem to get set when the "button" template is applied. The "button"
template is getting invoked and it is acting as if the data came from
the source document. The problem is the param. It is an empty string
even though I am using with-param and giving it a value.
I am using Saxon 6.3. Does this seem like a problem with my XSLT code
or with Saxon?
Thanks in advance for your comments.
Best Regards,
Dave
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








