You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Enrico Brighi <br...@libero.it> on 2001/01/29 12:16:37 UTC

Insert Node into document

Hi,
    i'm trying to insert node into document for select only a part of
another document.
I've a great file with a database in XML of News, for example:

<NEWS>
    <DATE>12</DATE>
    body
</NEWS>
......

in my index.xml i want only include a part (with XPath query) of this file
with entity:

&news;

i don't want to select record in the stylesheet of index.xml, because in tht
case i have to send all the xml Database to Client MS Explorer and it is too
heavy!! Do i need an intermediate file to do this selection?

Thank

Enrico