To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107864
User jl changed the following:
What |Old value |New value
================================================================================
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |STARTED
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.x
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Jan 20 14:22:56 +0000
2010 -------
The parsing of the document is done with a sax 1 parser, which does not handle
namespaces. There is currently no sax 2 parser as Uno component available. There
are said to be classes in offuh which deal with namespaces. There is also the
"fast sax parser" which might be used (ask cl).
To understand why this signature cannot be read have a look at
xmlsecurity/source/helper/xsecparser.cxx, XSecParser::startElement.
There the name parameter, which contains the namespace prefix, is compared with
hard coded element names (without and namespaces). This cannot work.
---------------------------------------------------------------------
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]