[MarkLogic Dev General] How to output an XML file from MarkLogic in
US-ASCII and with XML version declaration?
Tim Meagher
tim at aaom.net
Thu Mar 19 11:41:58 PST 2009
Hi folks,
I would like to export an XML file from MarkLogic database to a file system.
I do not want to export the file to the MarkLogic server file system, so I'm
led to believe that my choices are limited to using WebDAV or an XCC
application. It would simplest to do this using WebDAV, but I also want to
prepend the xml version identifier and output the encoding as us-ascii (with
all UTF-8 markup included using ascii representation):
<?xml version="1.0" encoding="US-ASCII"?>
How would I go about doing this? Would setting the output encoding type of
the WebDAV app server to ASCII force the encoding?
Thank you!
Tim Megher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://xqzone.marklogic.com/pipermail/general/attachments/20090319/f12003cf/attachment.html
More information about the General
mailing list