Search found 1 match

by wilsonjr
Mon Nov 02, 2020 7:48 pm
Forum: Common Problems
Topic: javascript wrapping after value-of on format
Replies: 1
Views: 849

javascript wrapping after value-of on format

When formatting this code in XML Editor 22.1: <script> var serverName = '<xsl:value-of select="/data/serverName"/>'; </script> the single quote and semicolon wrap resulting in broken javascript: <script> var serverName = '<xsl:value-of select="/data/serverName"/> '; </script> How...