[
Lists Home |
Date Index |
Thread Index
]
First guess, and pardon typos, and that's not my language:
/AUFSATZ/RUBRIK/ARTIKEL/AUTOR[position()=last()]/AUTORVORNAME
Really, you need the AUTORVORNAME from the last AUTOR block, as I
understand it, no?
-bob
On Mon, 25 Mar 2002, Cristi Rusu wrote:
>
>
> -----Original Message-----
> From: Cristi Rusu
> Sent: Monday, March 25, 2002 4:16 PM
> To: 'michael.h.kay@ntlworld.com'
> Cc: '=SMTP:xml-dev@lists.xml.org'
> Subject: RE: [xml-dev] Xpath and msxml
>
>
> Hello!
> Me again with Xpath issues:)
>
> I have this XML:
>
> <AUFSATZ>
> <RUBRIK>Wirtschaftsrecht</RUBRIK>
> <ARTIKEL>
> <AUTOR>
> <AUTORVORNAME>MARKUS</AUTORVORNAME>
> <AUTORNACHNAME>L&OUML;TZSCH
> <FN ID="CA9312002000" ART="STERN">
> <TEXT>
> <ABSATZ>Die
> Verfasser sind Rechtsreferendare in Stuttgart und Würzburg und
> verbringen zur Zeit ihre Auslandswahlstation bei Anwälten in New
> York/ABSATZ>
> </TEXT>
> </FN>
> </AUTORNACHNAME>
> </AUTOR>
> <AUTOR>
> <AUTORVORNAME>KATRIN</AUTORVORNAME>
>
> <AUTORNACHNAME>SCHLECHT</AUTORNACHNAME>
> </AUTOR>
> <AUFSATZTITEL>Aktuelle Entwicklungen im
> US-amerikanischen Warenzeichenrecht</AUFSATZTITEL>
> <UNTERTITEL>Der Fall
> ”Windows”</UNTERTITEL>
> </ARTIKEL>
> </AUFSATZ>
>
> How to select the last <AUTORNACHNAME> to insert the FN tag curently
> inserted at first <AUTORNACHNAME>.
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
|