[
Lists Home |
Date Index |
Thread Index
]
[Christopher R. Maden]
> At 01:42 23/4/02, Rupa Kulkarni wrote:
> >thanks
> >but when i do the same i get an error saying
> >"
> >The stylesheet does not contain a document element. The stylesheet may be
> >empty, or it may not be a well-formed XML document
> >"
>
> What processor are you using? What does your stylesheet look like? This
> is legal; I've done it.
>
msxml3 (as run by XML Cooktop) does this - it seems that msxml is run by
default in a validating mode - if it sees a DOCTYPE at all, it apparently
requires a complete DTD. Within the tool, you have no way to change the
default. Depending on how Rupa is running the processor, he may be able to
change the behavior.
Cheers,
Tom P
|