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 ?


Eric,
By default the selection language is XSLPattern so to use XPath
msxmlobj.setProperty("SelectionLanguage", "XPath");

Ciao Chris

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Eric Chappuis
>Sent: 05 June 2001 08:01
>To: 'Jeni Tennison'
>Cc: xsl-list@lists.mulberrytech.com
>Subject: RE: [xsl] 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.
>
>Eric
>
>-----Original Message-----
>From: Jeni Tennison [mailto:mail@jenitennison.com]
>Sent: Monday, June 04, 2001 13:30 PM
>To: Eric Chappuis
>Cc: xsl-list@lists.mulberrytech.com
>Subject: Re: [xsl] XPath, starts with ?
>
>
>Hi Eric,
>
>> I know that those function are implemented in MSXML3, but when I
>> call them, I get :
>>
>> msxml3.dll error '80004005'
>> Unknown method. /ric/fid[-->position()<-- > 1 and starts-with(@id,
>> 'ROW')]
>> /financepoint/d/pfrp/news/unternehmen/entsum_d.html, line 497
>
>Can you supply a bit more information about the context in which
>you're using the path within the stylesheet (might be a silly
>question, but you have changed the namespace declaration in the
>stylesheet to 'http://www.w3.org/1999/XSL/Transform' haven't you?)?
>
>The source XML and the part of the script in which you're doing the
>transformation would be useful as well.
>
>Thanks,
>
>Jeni
>
>---
>Jeni Tennison
>http://www.jenitennison.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]