You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `output` node should only be expected for fragments;
- While transforming source elements, attributes can be 1) created by a previous transformation, and 2) previous attributes could be renamed.
Hi!
I'm trying to put js code in the xsl template but it is not able to resolve the CDATA tag within the xsl. You could use this code to test:
As you can see, the content of the script (CDATA content) does not appear in the output.
Another curious thing is that if we add xsl:text around it, the following happens:
The script appears at the beginning of the resulting html.
Could you investigate to resolve that?
Thank you!
The text was updated successfully, but these errors were encountered: