Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 386165

Summary: Problems with Orion in non-HTML documents
Product: [ECD] Orion Reporter: Mihai Sucan <mihai.sucan>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: unspecified   
Target Milestone: 2.0 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Mihai Sucan CLA 2012-07-27 15:44:18 EDT
Currently Orion cannot be used in documents where HTML is not the default XML namespace. If I am not mistaken, it cannot even be used with XHTML documents where uppercase tag names are not allowed. (i seem to remember having such issues - this behavior *may* have changed in newer browser versions)

The main problem for us with XUL documents where the default namespace is not XHTML.

We would like Orion to switch to createElementNS() throughout the whole code: lowercase tag names and the XHTML namespace.

Such changes would allow easier Orion integration into different context beyond the Web.