To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71891
User lo changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Nov 27 04:00:36 -0800
2006 -------
fixed. below is a simple test case in star office basic. it should display two
empty dialog boxes...
Sub Test71891
builder = createUnoService("com.sun.star.xml.dom.DocumentBuilder")
doc = builder.newDocument()
e = doc.createElement("e")
msgBox(e.getAttribute("test"))
msgBox(e.getAttributeNS("urn:test", "test"))
End Sub
---------------------------------------------------------------------
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]