To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46016





------- Additional comments from [EMAIL PROTECTED] Wed May 11 02:53:28 -0700 
2005 -------
It's in chapter 2.1 in combination with chapter 2.8 of the XML specification
(http://www.w3.org/TR/REC-xml/). 

Chapter 2 defines the physical layout of document. You will find the following
productions in the respective chapters:
  [1]  document ::= prolog element Misc*
  [22] prolog ::= XMLDecl? Misc* (doctypedecl Misc*)?
  [23] XMLDecl ::= '<?xml' VersionInfo EncodingDecl? SDDecl? S? '?>'

Note that allowed whitespace is explicit in those productions (the S rule), and
there is none allowed in front of the '<?xml' text. Hence, the parser is 
correct.

dvo->raymondb: I'm tempted to close as INVALID as well. Or, if the problem is
actually about the silent failure, send it back the chain to let higher-level
components deal with that (if possible).

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to