|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: Re:
Subject: Re: Re:
From: Lionel Crine <crine@xxxxxxxxxxxx>
Date: Fri, 04 Apr 2003 11:01:43 +0200
|
your're right, my fault.... [1] was misplaced...
I should read my mail a second time before sending them.
At 12:21 03/04/2003 -0500, you wrote:
At 02:02 AM 4/3/2003, Lionel wrote:
2/ In mode a :
this is not working :
<xsl:value-of select="preceding::S95:ID"/>
write :
<xsl:value-of select="preceding-sibling[1]::S95:ID"/> position 1 is to be
sure you get the frist preceding-sibling.
instead.
Sorry, but this isn't going to work. :-( You can't drop a predicate into
the middle of an axis specifier, such as "preceding-sibling::".
If you want the first preceding S95:ID, that's
preceding-sibling::S95:ID[1].
If you want the first preceding sibling, if it's an S95:ID, that's
preceding-sibling::*[1][self::S95:ID]
I hope that helps--!
(What happened to the subject line on this thread?)
Cheers,
Wendell
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list

|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
|
| Atom 0.3 |
|
|