Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 75991 invoked from network); 9 Aug 2000 10:21:40 -0000 Received: from unknown (HELO out.newmail.net) (212.150.51.26) by locus.apache.org with SMTP; 9 Aug 2000 10:21:40 -0000 Received: from raichu ([200.189.237.53]) by out.newmail.net ; Tue, 08 Aug 2000 21:11:19 +00:00 Message-ID: <020001c00142$8cd2d2f0$fc03000a@resch.br.corp.super11.net> From: "Rogerio Lacerda" To: Cc: "Ricardo Rocha" Subject: XSL/XSP Date: Tue, 8 Aug 2000 15:11:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm studying XSLT with XSP... Conclusions and Problems... Conclusions: the XSL file for dynamic stylesheet ( XSP ), is limited for interpretation of XML tags, just data. This raise news tags for interpretation of static stylesheet... Is it correct ??? Problem: How I can print a peace of HTML, and this has a place for dynamic content, like parameters of URL ??? I tryed "call-templates" for dynamic stylesheet, but it raises errors... The example in http://xml.apache.org/cocoon/xsp.html, show us just linear read of XML...but read fragment of data in XML isn't sure... Thanxs a lot, Roger