I'm aware of the ML-specific serialization options, but for code portability/sharing I'm interested in the XQuery 3.0 serialization options. It appears that ML doesn't support them. I've got ML 6.0-3.2, and when I try the following, which is taken from an example in the spec at http://www.w3.org/TR/xquery-30/#id-serialization
xquery version "3.0"; declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:method "html"; ... I get XML, which is the default. Am I correct that those options are not supported? Perhaps they're added in 7.0? Thanks, Greg PS. I'm having trouble finding ML documentation on what features of XQuery 3.0 are supported and which aren't. Please let me know if I'm overlooking something in one of the guides. _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
