Re: [xml-dev] Formatting using DTD

From
Christopher R. Maden <>
To
Graeme Kidd <>
Date
2009-03-04T00:20:56Z
ID
<>
Thread
Re: [xml-dev] Formatting using DTD
Graeme Kidd wrote:
> Does anyone know how certain formatting can be forced onto an XML file via
> a DTD file?

It can't.  A DTD describes the legal syntax for XML documents of a given
type; it has nothing whatsoever to do with formatting.

It sounds like the particular tool you are using - which you did not name
- may have settings for line wrapping by element type, which they might
have described as "on a DTD basis" or something like that.

~Chris