Page 1 of 1
Manage a large XML document
Posted: Thu Oct 29, 2009 1:36 pm
by aia
we manipulate and edit large XML documents, is it possible to manage a document Defragmented with oxygen: what are the possibility of oxygen to manage this problem : composite document, xinclude...
and how to use it.
Regards
Re: Manage a large XML document
Posted: Thu Oct 29, 2009 3:24 pm
by sorin_ristache
Hello,
You can use DTD external entities or the XInclude mechanism for managing a large document by a split in smaller files that are included in a master file. Oxygen supports both
DTD entities and
XInclude.
A quick way to split the large document is using
the Saxon streaming extension in an
XSLT stylesheet that you execute in Oxygen using the
built-in Saxon EE processor.
Regards,
Sorin