El mié, 01-12-2004 a las 23:58, Linda Rose escribió:
> Thanks. That fixed it. Funny, it worked in a previous version with that
> </tab>.
>
<tab id="ref" label="Reference Information" dir="refdocs"
> | indexfile="index.html"/>
> | </tab>
No way. ;-)
that was/is and will be always invalid markup.
1) You were trying to close a tag that you never had open that is not
well formed!
Besides the DTD do not allow
<tab>
<tab/>
</tab>
2) That makes it not valid to the dtd.
That is a violation of the 2 laws in xml. ;-)
If you use e.g jedit with xml plugin then the plugin will report this
invalid markup if you save.
HTH
--
thorsten
"Together we stand, divided we fall!"
Hey you (Pink Floyd)
|