lc07 Newbie

Joined: 10 Jun 2004 Posts: 3
|
Posted: Tue Sep 21, 2004 6:38 am Post subject: XSLT problem getting styles for header and footer... |
|
|
Hi all,
i've written a XSLT export filter for OpenOffice (writer) so far it works fine.
My idea was to get all nodes with //styles:styles but the returned nodeset contains only the contents of all style nodes from the "content.xml" but not from the "styles.xml".
My question is how can i get the nodeset for the style:style of the "styles.xml" without unpacking the sxw file ?
This ain't working...
<xsl:param name="stylesFileURL"/>
<xsl:variable name="office:sFileNodes" select="document($stylesFileURL)//style:style"/>
Thx in advance...
lc07 |
|