Andrew Golightly wrote:
Hi all,

I'm editing a page using one form. I just want a horizontal line, but on inserting the html for it, I get:

unknown element "hr" from namespace "http://www.w3.org/1999/xhtml";

The reason is that modules/xhtml/resources/schemas/xhtml.rng
references xhtml-basic.rng (instead of e.g. xhtml-strict.rng).
The basic schema doesn't include the pres.rng module, which
declares the <hr> element. You might change this in your working
copy or file a bug.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to