This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5005 - <html> tag in moki document has empty namespace
Summary: <html> tag in moki document has empty namespace
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Sean Owen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 11:49 UTC by Sean Owen
Modified: 2007-09-22 22:19 UTC (History)
0 users

See Also:


Attachments

Description Sean Owen 2007-09-05 11:49:36 UTC
It needs to show the XHTML namespace instead.
Comment 1 Sean Owen 2007-09-22 22:19:24 UTC
The fix was: DocumentBuilderFactory.setNamespaceAware(true)