AJAX Forums

Why does this xml and html work?

This is a discussion on Why does this xml and html work? within the XML and XSLT forums, part of the Beginners AJAX category; untitled-1.xml: <?xml version="1.0" encoding="utf-8"?> <Birthday> <person> <name> <firstName>G</...


Go Back   AJAX Forums > Beginners AJAX > XML and XSLT

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 11-12-2007, 05:03 PM   #1 (permalink)
Junior Member
 
Join Date: Nov 2007
Posts: 1
Rep Power: 0 Best Helper is on a distinguished road
Why does this xml and html work?

untitled-1.xml:
<?xml version="1.0" encoding="utf-8"?>
<Birthday>
<person>
<name>
<firstName>G</firstName>
<lastName>Singh</lastName>
</name>
</person>
<Date>
<Month>11</Month>
<Day>11</Day>
<year>1991</year>
</Date>

</Birthday>


html:
<html>
<body>

<xml id="BDay" src="untitled-1.xml"></xml>

<table border="1" datasrc="#BDay">
<tr>
<td><span datafld="firstName"></span></td>
<td><span datafld="lastName"></span></td>
</tr>
</table>

</body>
</html>
__________________
Best Helper is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
I need help with html... I created an html file in publisher and uploaded... Meredith B XHTML and CSS 1 06-02-2007 02:28 AM
I can never make my html work on mac computer as it always comes up full... woodenorwire2 XHTML and CSS 1 05-28-2007 06:10 PM
why won't my HTML code work? mindless wisdom XHTML and CSS 2 05-27-2007 09:57 AM
Writing HTML codes on a page.... HTML code help please? Shardote XHTML and CSS 3 04-11-2007 08:41 AM
I need the code, case problem 1, tutorial 12 HTML, XHTML, and Dynamic HTML third... ebizartistry XHTML and CSS 0 04-04-2007 08:14 PM


All times are GMT -4. The time now is 07:13 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com