Javascript in XSLT --> formatting Error with Quotes
-
hey, I'm trying to open a script in a new window but the script is in a form like this:
1 REPORTS_OUT '################################################################################################## ' VBScript for XML Billing Interface towards HL7 (DFT specific) ' made by JDS (c) Agfa-Quadrat N.V. ' ' Usage : In combination with : ' ============================= ' * QSender where XML is generated by script HL7_DFT_BILLING.SQL ' (Events ONL_INT_INV or ONL_INT_DFT) ' * QDFACXML_NLX where XML is generated by snapshot packages ' '################################################################################################## 'version: 2005.3.0 'Last Changed: Apr 02, 2007 'Reason: and so on... Now, when I pass this argument to my javascript he gives an error on the enters and quotes XSLT: `< xsl: for-each select="/table/row[1]/column"> encode(< xsl: value-of select="." />) < / xsl:for-each>` Can I encode this or open that script in another window? thx alot!