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 5131 - <code> element is empty
Summary: <code> element is empty
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: Macintosh All
: P2 normal
Target Milestone: ---
Assignee: Sean Owen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-04 06:09 UTC by Roland G
Modified: 2007-10-17 10:42 UTC (History)
0 users

See Also:


Attachments

Description Roland G 2007-10-04 06:09:55 UTC
Acually there are xml nodes in the <code> elements.
It seems that the java code returns the value of the <code> elements, not the nodelist.

There are two possible solutions:
a) use the nodelist in the java code
b) transform the nodes into text in the XSLT
Comment 1 Sean Owen 2007-10-04 19:46:50 UTC
How hard is it to convert to text in XSL? I believe this was the intent, that <code> contains only text and not nodes.
Comment 2 Roland G 2007-10-07 08:30:54 UTC
converting the dom structure into text is not a big deal.
Comment 3 Roland G 2007-10-07 09:17:58 UTC
could you regenerate the expected result documents (or tell me how I could to this)?
thanks!