Link to home
Start Free TrialLog in
Avatar of go4java
go4java

asked on

XSL: Mask special characters when calling Java method

<xsl:variable name="regex" select="^CI.*pdf$"></xsl:variable>

String '^CI.*pdf$' leads to invalid char message from Stylus Studio XSLT engine. How to mask?
ASKER CERTIFIED SOLUTION
Avatar of Gertone (Geert Bormans)
Gertone (Geert Bormans)
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial