Details
-
Type:
Improvement Request
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.3.2
-
Fix Version/s: 2.4
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | |
| Description |
An XSL stylesheet is able to use global parameters set when the transformation is invoked.
Example of XSL with global parameters: {code} <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:param name="day"></xsl:param> <xsl:param name="year"></xsl:param> <xsl:param name="weather"></xsl:param> <xsl:template match="/"> {code} Global parameters are set using javax.xml.transform.Transformer.setParameter(name, value). Please add support of global parameters that are defined using the properties of the incoming message as following: - property name defines the global parameter name, - property value defines the global parameter value. |
An XSL stylesheet is able to use global parameters set when the transformation is invoked.
Example of XSL with global parameters: {code} <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:param name="day"></xsl:param> <xsl:param name="year"></xsl:param> <xsl:param name="weather"></xsl:param> <xsl:template match="/"> {code} Global parameters are set using javax.xml.transform.Transformer.setParameter(name, value). Please add support of global parameters that are defined using the properties of the incoming message as following: - property name defines the global parameter name, - property value defines the global parameter value. |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 2.4 [ 10087 ] | |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 10004 ] | Closed [ 10005 ] |
| Status | Closed [ 10005 ] | Open [ 10002 ] |
| Resolution | Fixed [ 1 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 10004 ] | Closed [ 10005 ] |
| Description |
An XSL stylesheet is able to use global parameters set when the transformation is invoked.
Example of XSL with global parameters: {code} <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:param name="day"></xsl:param> <xsl:param name="year"></xsl:param> <xsl:param name="weather"></xsl:param> <xsl:template match="/"> {code} Global parameters are set using javax.xml.transform.Transformer.setParameter(name, value). Please add support of global parameters that are defined using the properties of the incoming message as following: - property name defines the global parameter name, - property value defines the global parameter value. |
An XSL stylesheet is able to use global parameters set when the transformation is invoked.
Example of XSL with global parameters: {code} <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:param name="day"></xsl:param> <xsl:param name="year"></xsl:param> <xsl:param name="weather"></xsl:param> <xsl:template match="/"> {code} Global parameters are set using javax.xml.transform.Transformer.setParameter(name, value). Please add support of global parameters that are defined using the properties of the incoming message as following: - property name defines the global parameter name, - property value defines the global parameter value. Add a new attribute 'overridable' for each xsl-parameter to manage conflict between input properties and xsl-parameter: - if true, the input property override the xsl-parameter by the input property, no warning log message - if false, a fault is returned - default value: false |
| Status | Closed [ 10005 ] | Open [ 10002 ] |
| Resolution | Fixed [ 1 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Link |
This issue depends on |
| Status | Resolved [ 10004 ] | Closed [ 10005 ] |