[xsl] 'Unexpected Child' error when debugging

Subject: [xsl] 'Unexpected Child' error when debugging
From: Bruce.Sommerfeld@xxxxxxxxxx
Date: Wed, 13 Aug 2003 10:38:22 -0500
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.Sommerfeld@xxxxxxxxxx

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


Current Thread