WP SGML and HTML PRO

I've been exploring Corel WordPerfect and it's SGML extensions, 
which has been something of an adventure as I'm only familiar 
with SGML as it applies to HTML (and then only marginally).
However, when trying to "compile" the dtd into a logic file, 
I get the following error:

'Notation "jpg" referenced but never declared'

I solved this by adding a jpg notation section, at around 
line 4858, and adding "JPEG" to all of the sections that 
mentioned "jpg" (this might not be the Right Thing, but 
it works for now.)

Also, I've been putting comments within <style> elements so 
that older browsers won't try to display the style text, but 
when I save the document, WP tries to validate it (which is a 
Good Thing) and gives me the following error:

Comment not allowed in RCDATA or CDATA

Does this mean that <style> <!-- style markup -- > </style> 
is invalid?

Lastly, will <Tbody> become required in tables? The reason 
I ask is that WP is throwing it in after the caption, but 
not closing it (or the <table>, making the validator say 
"(element) not allowed at this point in <table>" for every 
block element after the last <tr>.

Received on Wednesday, 18 December 1996 19:10:36 UTC