Closed
Bug 305562
Opened 19 years ago
Closed 19 years ago
The xml-data-island is not parsed
Categories
(Firefox :: File Handling, defect)
Tracking
()
People
(Reporter: stijnvs, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl-NL; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Firefox/1.0.6 NL The source-data which is xml is summoned like described on http://www.w3schools.com/xml/xml_data_island.asp but is probably not compatible whith firefox Reproducible: Always Steps to Reproduce: 1. create a data island <xml id="Name" src="file.xml"></xml> 2. a table that summons <table border="1" datasrc="#cdcat"> 3. a layout for it <tr> <td><span datafld="artist"></span></td> <td><span datafld="album"></span></td> </tr> 4. closing tags ;-) Actual Results: the xml is not parsed Expected Results: Show a list of cd's The table is shown whith one tr, td and NO DATA inserted instead of a list of a 100 tr's
| Reporter | ||
Updated•19 years ago
|
Alias: xml-data-island-bug
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 31331 ***
Alias: xml-data-island-bug
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•