On 12.Jul.2002 -- 01:53 PM, [EMAIL PROTECTED] wrote:
> In documentation of Cocoon (\docs\userdocs\xsp\logicsheet-
> concepts.html) I found this sample code:
>
> <xsl:template match="sql:create-connection">
> <!-- *** Argument collection skipped for the sake of brevity *** -->
> <xsp:logic>
> SQLHelper.createConnection(
> <xsl:copy-of select="$name"/>,
> <xsl:copy-of select="$connect-url"/>,
> <xsl:copy-of select="$user-name"/>,
> <xsl:copy-of select="$password"/>,
> request
> );
> </xsp:logic>
> </xsl:template>
>
> However I was trying to find similar code in samples but I don’t
> see anything like this. In all samples code only xsp tags are used
> inside logic tag not standard xsl tags.
You cannot use XSL(T) in XSPs. Only in logicsheets and stylesheets.
Example logicsheets are located in
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java
(Source directory, in binary distribution check cocoon-*.jar)
Chris.
Please follow up summarizing your problem and which suggested solution
/ information worked for you when you consider your problem
solved. Add "SUMMARY: " to the subject line. This will make FAQ
generation and searching the list easier. In addition, it makes
helping you more fun. Thank you.
--
C h r i s t i a n H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>