This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]