xsddoc/src/net/sf/xframe/xsddoc/xslt util.xsl,1.16,1.17
Kurt Riede <[email protected]> Wed, 15 Dec 2004 12:03:29 +0000
| 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-serv4588/src/net/sf/xframe/xsddoc/xslt
Modified Files:
util.xsl
Log Message:
also search redefined schema when searching for a referenced type
Index: util.xsl
===================================================================
RCS file: /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/xslt/util.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** util.xsl 13 Dec 2004 16:14:13 -0000 1.16
--- util.xsl 15 Dec 2004 12:03:26 -0000 1.17
***************
*** 168,174 ****
</xsl:variable>
<xsl:value-of select="substring-before($temp, ' ')"/>
- <!--
- <xsl:value-of select="$temp"/>
- -->
</xsl:template>
<!--
--- 168,171 ----
***************
*** 219,223 ****
<xsl:otherwise>
<xsl:variable name="includeResult">
! <xsl:for-each select="xs:include">
<xsl:if test="not(contains($processedLocations, concat(' ', @schemaLocation, ' ')))">
<xsl:apply-templates select="document(@schemaLocation, .)/xs:schema" mode="referenceTypeIntern">
--- 216,220 ----
<xsl:otherwise>
<xsl:variable name="includeResult">
! <xsl:for-each select="xs:include | xs:redefine">
<xsl:if test="not(contains($processedLocations, concat(' ', @schemaLocation, ' ')))">
<xsl:apply-templates select="document(@schemaLocation, .)/xs:schema" mode="referenceTypeIntern">
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/