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]

msxml3.0 SP1 can't compare??


Hi list members!

Given this XML (no DTD or Schema defined):

<ROOT>
<ELEM attr="2001-02-04" />
<ELEM attr="2001-03-04" />
<ELEM attr="2001-04-04" />
</ROOT>

and this XSL sniplet:

<xsl:apply-templates select="//ELEM[@attr > '2001-03-04']" />

<xsl:template match="ELEM" ...
   print some results
</xsl:template>

i get no results.
there is no difference between the angle-bracket and the char-entity lt.

If i do an equal comparison then i get the expected result for '2001-03-04',
even the unequal compare is ok. --> i'm confused.

When i try this in the ORACLE - xsql - servlet parser it works as expected.

thanks in advance
Klaus
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de



 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]