eramgarden
Programmer
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–text after unicode,
etc</text>
<bList level='1'>
<bList level='2'></bList>
</bList>
</chapter>
</part>
</book>
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–text after unicode,
etc</text>
<bList level='1'>
<bList level='2'></bList>
</bList>
</chapter>
</part>
</book>