Hi All,

I am facing one problem while inserting XML into 
MarkLogic database. Some white space is getting added after inserting 
XML content into database. Please find below XML contents.

Before inserting into database XML was like this:

<a><b></b><c>test</c></a>

After inserting into database XML was like this:

<?xml version="1.0" encoding="UTF-8"?>
<a>
  <b/>
  <c>test</c>
</a>

Here colored cells are white space.

Is it any server configuration related issue? Please help me if you help any 
idea.

Thanks in advance,

Aniruddha
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to