Hi, I installed Marklogic 7 and trying to insert an xquery file using XCC connectivity. "session.insertContent(content);" But while inserting, my original content got appended with numbers at starting and ending.
Xquery file: let $name := "Marklogic7" return $name After inserting: 039 let $name := "Marklogic7" return $name10 The numbers 039 and 10 are additionally appended. (I guess 039 is the xquery file size - fn:string-length()) Due to this, when i try to invoke my xquery file, it throws error. In Marklogic 5 the content is loaded as such. No problem in that. Thanks in advance.
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
