xsl-list
[Top] [All Lists]

'Unexpected Child' error when debugging

2003-08-13 08:38:22
There is very little debugging experience in my company.  As I step through
the code (small portion of actual code) I get an 'Unexpected Child' pop-up
when I try to step into msxsl:script.  Any help would be appreciated.

Bruce
Bruce(_dot_)Sommerfeld(_at_)stpaul(_dot_)com

Portion of code:

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.0.1 U (http://www.xmlspy.com) by Vincent Dan
(The St. Paul Companies) -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:var="urn:var" xmlns:user
="urn:user" exclude-result-prefixes="msxsl var user" version="1.0">
  <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<msxsl:script language="VBScript" implements-prefix="user"><![CDATA[
  Dim gintLocNo
  Const gcstOpenStatic = 3
]]>
</msxsl:script>
  <!--
*************************************************************************************

-->
  <!--                                             Main Template
-->
  <!--
*************************************************************************************

-->
  <xsl:template name="CLASSSvcRqRoot" match="/VP_SMALLREV">
     <xsl:variable name="NoEquipBrkdn" select="
/VP_SMALLREV/addl_benefits/i_no_equip_brkdn"/>
  </xsl:template>
</xsl:stylesheet>





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • 'Unexpected Child' error when debugging, Bruce . Sommerfeld <=