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]

newbie needs help


Hi all

i'm just in xsl for 3 days and i have lots of problems :P

i've done some succesfull coding till now, but...

One of the most irritating things is that i cant understand the
following:

im learning from tutorials and sometimes just copy pieces of code to see
what happen, and there are some commands that msxml can't handle (or is
it me? :P)

Just trying a choose test

<xsl:choose>
<xsl:when test="child::sprogit">
YES
</xsl:when>
<xsl:otherwise>
NO
</xsl:otherwise>
</xsl:choose>

i get the following error:

token 'eof' found ':'. child-->:<--:sprogit

and when i try this:

<xsl:if test="count(SUMMARY)=0">
<xsl:apply-templates select="DATA"/>
</xsl:if>

i get:

unknown method . -->count(SUMMARY<--)=0

and it happens with many other methods

i'm using the latest MSXML 3.0 downloaded from MS website

ANY IDEA??????


Thnx

Isaac Ramos

 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]