Code between comments does not parse (was <BR> ...Xalan)

Subject: Code between comments does not parse (was <BR> ...Xalan)
From: Paul_Dick@xxxxxxxxx
Date: Fri, 11 Aug 2000 10:02:08 -0400
Edward wonders why:
<!-- The CODE between the comments does not display when parsed through
XALAN -->
<xsl:variable name="c" select="//@dppo:secur.classif"/>
   <xsl:value-of select="document(' ')/*/c:classif/@*[name(.)=$c or name()
='X'][1]"/>

<!-- Granted it could be ME being stupid again ....   -->

I'd be suspicious about how you defined the dppo namespace for the
attribute "@dppo:secur.classif"
I believe that an attribute will need it's own namespace declaration.

At any rate for us to figure out why this is not working please send both
the stylesheet and source document along.

Paul


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


Current Thread