Fredrik wrote:

> I wonder where you can find the PHP manual in one single XML file?
> 
> Anyone who wants to enlight me on this one? =)

we are talking about eventualy splitting it even more
as some of the files are getting big enough so that
you get lost when trying to edit them or when you
attempt to track the changelog for these,
and you want all the 5+MB in a single file?

why?

besides that you can always use a simple copying stylesheet with
xslt, that should give you a single file although i do not know
how to control which entites to resolve and which to copy verbatim

so if you need a single file as your processing tools can't handle
includes via SYSTEM entities then this is the way to go, although
i'd suggest to switch to other tools as anything that doesn't
support includes will most likely also have other weaknesses

but if you want to edit the xml then you should definetly work on
the files 'as is' as their is no way to merge back your changes
as soon as you've merged the files into a single one

-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77



Reply via email to