xsl-list
[Top] [All Lists]

Forcing namespace output/generating self-contained fragments

2003-06-30 16:14:46
Hello friends,

I generate a very large xml file compiled (using xsl) from a number of external xml files, and I need to break it up into clobs for efficient random access. Toward that end I use SAX 1.0 to post-process the file to capture subtrees into data base records ( in large qty), by way of temporary capture files. Unfortunately the resulting subtrees are missing needed namespace declarations, and are thus invalid as such.

1) Is there a way of forcing the output of namespace declarations under a node instead of relying on implicit namespace inheritance, so that when I chunk the file
I have complete fragments.

2) Is there a clean way of doing what I am trying to do?

Thanks in advance,
Arthur

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>
  • Forcing namespace output/generating self-contained fragments, Arthur Allen <=