> -----Original Message-----
> From: Johannes Franz [mailto:[EMAIL PROTECTED]


Hi,

A bit OT for this list, but anyway...

> could you give one example how i acces the childnotes of the merged xml
> file?
>
> > > <xsl:variable name="merged" select="document(/root/file/@href)" />
> > > ...
> > > <xsl:apply-templates select="$merged/*">
> > >   <xsl:sort select="..." />
> > > </xsl:apply-templates>
>
> In this example. How do i acces for example secstates/state?
> what is the attribute of <xsl:value-of select="?">?
>

You can consider the $merged variable as a valid starting-point for regular
XPaths, so if your variable is defined as above, something like:

<xsl:value-of select="$merged/secstates/statesec" />

should do it.



HTH!

Greetz,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to