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]

Re: starts-with(preceding-sibling::line,8)


> <xsl:if test="position()&gt;1 and not(starts-with(preceding::line,8)">'of
> course the first line won't have a closing line behind it

If you remove the VB-type of comment, which is syntactically incorrect in XSLT,
there will be yet another problem -- you didn't close the argument-expression 
for the not() function -- a right bracket is missing.

Cheers,
Dimitre Novatchev.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

 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]