Hi Greg, Can you elaborate a bit on what you mean 'I get XML'? Do you mean content-type? XHTML? Or are you getting your data returned as-is, instead of transformed to HTML?
Cheers, Geert > -----Oorspronkelijk bericht----- > Van: [email protected] [mailto:general- > [email protected]] Namens Murray, Gregory > Verzonden: donderdag 2 januari 2014 22:44 > Aan: MarkLogic Developer Discussion > Onderwerp: [MarkLogic Dev General] XQuery 3.0 serialization options > > 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 _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
