im just starting xml, so bare with me
heres me html doc:
test.html-
<html>
<body>
<xml src="../X.xml" id="xxx"
async="false"></xml>
<table datasrc="#xxx" width="100%" border="1">
<tr align="center">
<td><span datafld="x01"></span></td>
<td><span datafld="x02"></span></td>
<td><span datafld="x03"></span></td>
<td><span datafld="x04"></span></td>
<td><span datafld="x05"></span></td>
<td><span datafld="x06"></span></td>
</tr>
</table>
</body>
</html>
and heres my xml:
X.xml-
<?xml version="1.0" encoding="ISO-8859-1"?>
<test>
<block_1>
<x01>Test - [01] Completed</x01>
<x02>Test - [02] Completed</x02>
<x03>Test - [03] Completed</x03>
<x04>Test - [04] Completed</x04>
<x05>Test - [05] Completed</x05>
<x06>Test - [06] Completed</x06>
<x07>Test - [07] Completed</x07>
<x08>Test - [08] Completed</x08>
<x09>Test - [09] Completed</x09>
<x10>Test - [10] Completed</x10>
<x11>Test - [11] Completed</x11>
<x12>Test - [12] Completed</x12>
<x13>Test - [13] Completed</x13>
<x14>Test - [14] Completed</x14>
<x15>Test - [15] Completed</x15>
<x16>Test - [16] Completed</x16>
<x17>Test - [17] Completed</x17>
</block_1>
<block_2>
<x01>Test - [01] Completed</x01>
<x02>Test - [02] Completed</x02>
<x03>Test - [03] Completed</x03>
<x04>Test - [04] Completed</x04>
<x05>Test - [05] Completed</x05>
<x06>Test - [06] Completed</x06>
<x07>Test - [07] Completed</x07>
<x08>Test - [08] Completed</x08>
<x09>Test - [09] Completed</x09>
<x10>Test - [10] Completed</x10>
<x11>Test - [11] Completed</x11>
<x12>Test - [12] Completed</x12>
<x13>Test - [13] Completed</x13>
<x14>Test - [14] Completed</x14>
<x15>Test - [15] Completed</x15>
<x16>Test - [16] Completed</x16>
<x17>Test - [17] Completed</x17>
</block_2>
<block_3>
<x01>Test - [01] Completed</x01>
<x02>Test - [02] Completed</x02>
<x03>Test - [03] Completed</x03>
<x04>Test - [04] Completed</x04>
<x05>Test - [05] Completed</x05>
<x06>Test - [06] Completed</x06>
<x07>Test - [07] Completed</x07>
<x08>Test - [08] Completed</x08>
<x09>Test - [09] Completed</x09>
<x10>Test - [10] Completed</x10>
<x11>Test - [11] Completed</x11>
<x12>Test - [12] Completed</x12>
<x13>Test - [13] Completed</x13>
<x14>Test - [14] Completed</x14>
<x15>Test - [15] Completed</x15>
<x16>Test - [16] Completed</x16>
<x17>Test - [17] Completed</x17>
</block_3>
</test>
all im doing is performing a test, but its not diplaying correctly
Re: im just starting xml, so bare with me
Originally posted by xataku_nakusute
all im doing is performing a test, but its not diplaying correctly
You have to be a bit more specific...not displaying properly what?
well...
well, at w3school.com, they refer back to xml documents within html and display tha data using html formatting and layout, however when i refer to the test items in my xml document, they dont even display at all within the html doc
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks