[
Lists Home |
Date Index |
Thread Index
]
- From: Glenn R Kronschnabl <grk@arlut.utexas.edu>
- To: xml-dev@ic.ac.uk, grk-sent@arlut.utexas.edu
- Date: Tue, 13 Jan 1998 01:51:05 -0600
Can someone pls e-mail me an example XML
dtd that has nested lists? I have a simple dtd
that I am trying to use, but I keep getting an extra
newline (or 2) after a (nested) list using jade (rtf). I would like
something as simple as:
<list>
<item>item1</item>
<item>item2</item>
<item>
<list>
<item>item1</item>
<item>item2</item>
</list>
</item>
<item>item3</item>
</list>
This appears in rtf (but also shows up as extra paragraphs
in the fot and in nsgmls) as:
* item1
* item2
* item1
* item2
<extra newline>
* item3
<extra newline>
when I put this thru jade without a DTD, I get a whole
lotta extra space and newlines. With docbook3 and
itemizedlists, there is no extra whitespace. So, I assume
that a proper DTD is the way to slurp up the unwanted
whitespace. Correct?
Glenn
grk@arlut.utexas.edu
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|