XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 13th, 2004, 07:49 PM
mikerugged mikerugged is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 2 mikerugged User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
XML Data Island Help

Hello all,
I was wondering if someone could point out my error on the data island code below. Author and Publisher will not show up on the html page. Any info would help, thanks!!!!


<HTML>
<HEAD>
<TITLE> PROJECT 3 </TITLE>
</HEAD>
<BODY>
<XML ID = "xmlDoc" SRC="project3.xml">
</XML>
<H2> New Textbook Table </H2
<TABLE BORDER ="3" DATASRC = "#xmlDoc">
<THEAD>
<TR>
<TH>Book Title</TH>
<TH>Author</TH>
<TH>Publisher</TH>
<TH>year</TH>
<TH>ISBN</TH>

</TR>
</THEAD>

<TR>
<TD> <SPAN DATAFLD = "Btitle"> </SPAN> </TD>
<TD> <SPAN DATAFLD = "Author"> </SPAN> </TD>
<TD> <SPAN DATAFLD = "Publisher"> </SPAN> </TD>
<TD> <SPAN DATAFLD = "year"> </SPAN> </TD>
<TD> <SPAN DATAFLD = "ISBN"> </SPAN> </TD>

</TR>

</TABLE>
</BODY>
</HTML>


-----------------------------------------
XML CODE

<?xml version="1.0" standalone="yes" ?>
<?xml-stylesheet type="text/css" href="project3.css" ?>


<!DOCTYPE Books [
<!ELEMENT Books (Title+)>
<!ELEMENT Title (Btitle,Author+,Publisher+,year)>
<!ELEMENT Btitle (#PCDATA)>
<!ELEMENT Author (#PCDATA)>
<!ELEMENT Publisher (#PCDATA)>
<!ELEMENT year (#PCDATA)>

<!ATTLIST Title ISBN ID #REQUIRED>
]>

<Title ISBN = "iwis1">
<Btitle> Hot Stuff </Btitle>
<Author> Jenny Prebur </Author>
<Publisher> Love Machine </Publisher>
<year> 2004 </year>
</Title>


etc.......

Last edited by mikerugged : April 13th, 2004 at 08:01 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > XML Data Island Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT