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: XPath, starts with ?


Thanks for all the help I got on this point. The solution was on the
setProperty as proposed by Dimitre.

Sorry, but I did not see this in all the MSDN I read these past months.

Eric

Date: Tue, 5 Jun 2001 01:18:11 -0700 (PDT)
From: Dimitre Novatchev <dnovatchev@yahoo.com>
Subject: [xsl] RE: XPath, starts with ?

> In fact, you ask something I should probably have told before.
>
> I am not using the xsl, but the dom object in ASP.
>
> In the doc, their are no different XPath syntax for the XML object or
> for the XSL parser.
>
> I am using msxmlobj.selectNodes( xpath) where xpath is the string as
> described in previous mails.

In fact the MSXML3 SDK describes the differences between the two supported
versions
of XPath -- the true one "XPath" and the outdated (which is the default)
"XSL
Patterns".

In case you didn't set (via the SetProperty() method) the internal flag of
"SelectionLanguage" to "XPath", "XSL Patterns" were used and this explains
the
behaviour you've observed.

Cheers,
Dimitre Novatchev.




                        (o o)
--------------------oOO--( )------------------------
Eric Chappuis
Marvel Communications  -  A Swissquote Group Company
16, rte des Avouillons -  CH-1196 Gland
Phone : +41-22-999.67.67  Fax : +41-22-999.96.20
email : eric.chappuis@marvel.ch
----------------------------oOO---------------------


 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]