From: "Jozsa Kristof" <[EMAIL PROTECTED]>

> Is there such a sitemap tag available/implemented to include/import
text
> files? It'd be nice to place eg. every pipeline of the sitemap in a
separate
> file to be able to edit them paralelly..

As with any xml file, you can include external entities, as many as you
wish.
General xml example:

<?xml version="1.0"?>
<!DOCTYPE maintag [
<!ENTITY my-file-contents SYSTEM
"./my/file/dir/myfiletoinclude.extension ">
]>

<maintag>
  &my-file-contents;
 </maintag >

--
Nicola Ken Barozzi                 [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to