Subject: XML Question
From: LINKE Markus <markus.linke@xxxxxxxx>
Date: Tue, 3 Oct 2006 14:44:19 -0500 (CDT)
|
this might be the better audience ...
----- LINKE Markus <markus.linke@xxxxxxxx> wrote:
> Hi,
>
> I am not sure if this is the right list for such a question, but lets
> try :)
>
> I would like to create a list of xpaths via xsl from a given
> xml-structure like this:
>
> <a>
> <b>
> <c>
> content
> </c>
> <d>
> morecontent
> </d>
> </b>
> </a>
>
> it should show the full xpath like
>
> a/b/c ====> content
> a/b/d ====> morecontent
>
> and not just
>
> c => content
> d => morecontent
>
> Ideas anyone? I am looking for either a script or some xsl ...
>
> Cheers,
> Markus
|