Manage a large XML document

Questions about XML that are not covered by the other forums should go here.
aia
Posts: 8
Joined: Thu Aug 06, 2009 7:20 pm

Manage a large XML document

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Manage a large XML document

Post 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
Post Reply