Michal Kordas
Michal Kordas

Reputation: 10925

Support for XML 1.1 in Marklogic

Does Marklogic support XML 1.1 or at least can I use control characters in xquery version "1.0-ml";?

From what I see in general XQuery 1.0 is tight to XML 1.0, and in XML 1.0 there is no way to represent control characters (and escaping of them is undefined).

Upvotes: 1

Views: 104

Answers (1)

Chao Jiang
Chao Jiang

Reputation: 493

You can refer : Does MarkLogic Fully Support XML Schema 1.1?

I have read the Marklogic document and have't find any useful info to show MarkLogic 9 support XML 1.1

Upvotes: 1

Related Questions