xsddoc/src/net/sf/xframe/xsddoc/xslt model.xsl,1.22,1.23

Kurt Riede <[email protected]>
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/xslt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13048/src/net/sf/xframe/xsddoc/xslt

Modified Files:
	model.xsl 
Log Message:
all xsl:message removed

Index: model.xsl
===================================================================
RCS file: /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/xslt/model.xsl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** model.xsl	15 Sep 2004 15:18:01 -0000	1.22
--- model.xsl	20 Sep 2004 09:18:12 -0000	1.23
***************
*** 257,261 ****
            </xsl:apply-templates>
          </xsl:variable>
-         <xsl:message><xsl:text>process main schema </xsl:text><xsl:value-of select="$schemaLocation"/></xsl:message>
          <xsl:apply-templates select="$mainSchema" mode="attributeGroup">
            <xsl:with-param name="qname" select="$qname"/>
--- 257,260 ----
***************
*** 275,284 ****
      <xsl:param name="qname"/>
      <xsl:param name="prohibited" select="string('')"/>
-     <xsl:message><xsl:text>search for </xsl:text><xsl:value-of select="$qname"/></xsl:message>
      <xsl:variable name="attributeGroupDefinition" select="key('attributeGroupDefinitions', $qname)"/>
      <xsl:variable name="attributeGroupRedefinition" select="key('attributeGroupRedefinitions', $qname)"/>
      <xsl:choose>
        <xsl:when test="$attributeGroupDefinition">
-         <xsl:message><xsl:text>found group definition for </xsl:text><xsl:value-of select="$qname"/></xsl:message>
          <xsl:apply-templates select="$attributeGroupDefinition" mode="model">
            <xsl:with-param name="prohibited" select="$prohibited"/>
--- 274,281 ----
***************
*** 286,290 ****
        </xsl:when>
        <xsl:when test="$attributeGroupRedefinition">
-         <xsl:message><xsl:text>found group redefinition for </xsl:text><xsl:value-of select="$qname"/></xsl:message>
          <xsl:apply-templates select="$attributeGroupRedefinition" mode="model">
            <xsl:with-param name="prohibited" select="$prohibited"/>
--- 283,286 ----
***************
*** 292,301 ****
        </xsl:when>
        <xsl:otherwise>
-         <xsl:message><xsl:text>not found in this schema</xsl:text></xsl:message>
-         <xsl:for-each select="*">
-           <xsl:message><xsl:value-of select="name()"/> <xsl:value-of select="@name"/></xsl:message>
-         </xsl:for-each>
          <xsl:for-each select="xs:include | xs:import | xs:redefine">
-           <xsl:message><xsl:text>search for </xsl:text><xsl:value-of select="$qname"/><xsl:text> in schema </xsl:text><xsl:value-of select="@schemaLocation"/></xsl:message>
            <xsl:apply-templates select="document(@schemaLocation)/xs:schema" mode="attributeGroup">
              <xsl:with-param name="qname" select="$qname"/>
--- 288,292 ----



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.