You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Andreas Doms <ad...@inf.tu-dresden.de> on 2004/10/20 18:59:25 UTC

Generating SAX events from a XML fragment string

If have a data base containing XML fragments stored as strings.
I want to pass ids to a Generator or a XSP file which then produces
SAX events accumulating the fragments.

<Root>
   <xsp:expr>db.getXMLFragmentsFromIDs(ids)</xsp:expr>
</Root>

Results:

<Root>
   <a></a>
   <b></b>
   ...
</Root>

The threads out there are confusing and do not help either.

Grüße
Andreas Doms

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org