Comment 3 for bug 967284

Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote : Re: XQDoc doesn't understand  

Paul, here is what we do with XQDoc generation:

- from the module we generate a XQDoc XML
- from the XQDoc XML we generate XHTML

In the XQuery code of the module that generates the XQDoc XML I can not state something like this:

fn:replace($XQDoc_content_as_string, " ", codepoints-to-string(160))

because " " is not a valid XML entity.

So, you are right, the bug should not be marked "Invalid", it should be marked "Known limitation"/"Won't fix"