Hi all!
I am trying (hard) to get the external data howto working (lenya
1.2.4) as described in the second solution under
http://lenya.apache.org/1_2_x/how-to/external_data.html
or
http://solprovider.com/lenya/external
I have problems, writing people2xhtml.xsl .
For a starting point I copied page2xhtml.xsl and tried to access the
xml data from http://www.xmlhack.com/cdf.cdf (the external uri) writing:
.... lenya xmlns, parameters
<xsl:template match="cmsbody">
<html>
<head>
... lenya head code
</head>
<body>
... lenya body code
<xsl:apply-templates select="TITLE" />
</body>
</html>
</xsl:template>
<xsl:template match="TITLE">
<xsl:value-of select="." />
<xsl:template>
...other lenya xsl code
Have fun... Probably this is plain wrong ;;;-)
Thank You for help - If someone can provide an example
people2xhtml.xsl from a successful external data howto try, I would
be very interested in having a look at the code - it would make the
example complete.
Jürgen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]