[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

new to XML

  • From: Jyotinarayanan <ncjyoti@h...>
  • To: XML Help <xml-dev@l...>
  • Date: Mon, 21 Aug 2000 15:05:37 +0530

dtd code
Hi All,
I'm a beginner with XML technology. I've got a small peice of code below. How do incorporate it with HTML code and view it in a web browser?
 
Thanx in advance,
Jo.
 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE BOOKSTORE SYSTEM "bookshop.dtd">
<BOOKSTORE>
   <!--J&R Booksellers Database-->
   <BOOK GENRE="Fiction" IN_STOCK="Yes">
      <TITLE>The Round Door</TITLE>
      <AUTHOR>Tom Evans</AUTHOR>
      <YEAR_PUBLISHED>1996</YEAR_PUBLISHED>
      <ISBN>0-9546-0274-3</ISBN>
      <PRICE>$23.00</PRICE>
      <REVIEW>An Intriguing Tale Of A Round Door In A Wall</REVIEW>
   </BOOK>
   <BOOK GENRE="Non-Fiction" IN_STOCK="Yes">
      <TITLE>Creating Real Xml Applications</TITLE>
      <AUTHOR>Bill Eaton</AUTHOR>
      <YEAR_PUBLISHED>1998</YEAR_PUBLISHED>
      <ISBN>7-4562-0167-8</ISBN>
      <PRICE>$35.00</PRICE>
      <REVIEW>A Look At How To Build Real Xml Applications</REVIEW>
   </BOOK>
   <BOOK GENRE="Fiction" IN_STOCK="No">
      <TITLE>Over The Hills Of Yukon</TITLE>
      <AUTHOR>Bert Colewell</AUTHOR>
      <YEAR_PUBLISHED>1993</YEAR_PUBLISHED>
      <ISBN>5-6524-3054-1</ISBN>
      <PRICE>$22.00</PRICE>
      <REVIEW>A Warm Story About A Man And A Moose In Yukon</REVIEW>
   </BOOK>
   <BOOK GENRE="Fiction" IN_STOCK="Yes">
      <TITLE>The Lion's Gold</TITLE>
      <AUTHOR>Daphne Griswald</AUTHOR>
      <YEAR_PUBLISHED>1989</YEAR_PUBLISHED>
      <ISBN>6-7896-2498-2</ISBN>
      <PRICE>$15.00</PRICE>
      <REVIEW>One Of The Most Compelling Books Since "The Tiger's Silver".</REVIEW>
   </BOOK>
</BOOKSTORE>

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.