Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 78301 invoked from network); 14 Apr 2004 08:00:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Apr 2004 08:00:14 -0000 Received: (qmail 94740 invoked by uid 500); 14 Apr 2004 07:59:45 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 94694 invoked by uid 500); 14 Apr 2004 07:59:44 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 94671 invoked from network); 14 Apr 2004 07:59:44 -0000 Received: from unknown (HELO CORREO.sadiel.es) (62.81.202.65) by daedalus.apache.org with SMTP; 14 Apr 2004 07:59:44 -0000 Received: from pcencarretero ([172.16.2.66]) by CORREO.sadiel.es with Microsoft SMTPSVC(5.0.2195.6713); Wed, 14 Apr 2004 10:02:36 +0200 Message-ID: <01a701c421f6$d6d6a880$420210ac@sadiel.es> From: "Elvira Nieto Carretero" To: Subject: To make XML on the fly Date: Wed, 14 Apr 2004 10:02:31 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01A4_01C42207.9A0E9960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-OriginalArrivalTime: 14 Apr 2004 08:02:36.0102 (UTC) FILETIME=[D9168660:01C421F6] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_01A4_01C42207.9A0E9960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello again If a pipeline basic is compose by how can i to apply a transform (my_xsl.xsl) to xml on the fly? That is, = can i make a xml structure in memory and then to apply it a last = transformer my_xsl.xsl? Best desires from Seville (Spain) ------=_NextPart_000_01A4_01C42207.9A0E9960 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello again
 
If a pipeline basic is compose = by
 
<map:pipeline>
    <map:match=20 pattern=3D"*">
      <map:generate=20 src=3D"my_xml.xml"/>
      = <map:transform=20 src=3D"my_xsl.xsl"/>
      = <map:serialize=20 type=3D"html"/>
    </map:match>
 
how can i to apply a transform = (my_xsl.xsl) to xml=20 on the fly? That is, can i make a xml structure in memory and then to = apply it a=20 last transformer my_xsl.xsl?
 
Best desires from Seville = (Spain)
 
 
------=_NextPart_000_01A4_01C42207.9A0E9960--