Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie: Want to add more tags to an XML

Status
Not open for further replies.

eramgarden

Programmer
Aug 27, 2003
279
US
Hello-

This is my first post here...I'm going to start a new project and I've been asked to do an XML DTD for a book puplishing ...this is so far what I have..I cant think of anything else to add to this XML...as far as "tags"..i have chapter, bold, ..etc.

Someone said to add "blist"..i added it but dont know what it is exactly...

I searched Google for ideas but didnt find anything concrete..any ideas would be greatly appericiated:

<book>
<part>
<chapter>
<title>blah Title</title>
<head level='1'>Blah Head</head>
<text>text <bold>bold text</bold> more text&#x2013;text after unicode,
etc</text>
<bList level='1'>
<bList level='2'></bList>
</bList>
</chapter>
</part>
</book>
 
Surely discussing this with your client should give you some ideas about the sort of elements they need included in their DTD.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top