Bugs item #2804823, was opened at 2009-06-11 14:34 Message generated for change (Tracker Item Submitted) made by fguerin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2804823&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Mapi Group: XML Status: Open Resolution: None Priority: 5 Private: No Submitted By: francois guerin (fguerin) Assigned to: Nobody/Anonymous (nobody) Summary: The Mapi Client Utility Initial Comment: Hi, according to the "The Mapi Client Utility" section in the XQuery documentation, to add a local XML document, you can use the command line: mclient -lx --collection="my-collection" --input="my-document" < /tmp/my_document.xml you should then have (with the command pf:documents() ) that answer below: <document updatable="false" url="my-document" collection="my-collection">my-document</document> but instead of this, you get: <document updatable="false" url="my-document my-collection" collection="my-document my-collection">my-document my-collection</document> it seems Mapi concatenes the collection name and the document name in each slot... (FYI, i use the MonetDB May release on a MacBook 32bits - install options: --enable-xquery --enable-optimise) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2804823&group_id=56967 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
