RE: DOCBOOK-APPS: WebSite DTD Error

From
Jeanson Mauritz <>
Date
2002-08-22T12:27:14+00:00
ID
Thread
RE: DOCBOOK-APPS: WebSite DTD Error
> -----Original Message-----
> I am wondering if there's problem with Website DTD. When I edit a 
> website.xml with website.dtd within Emacs+psgml environment, 
> and tried 
> to add an element with Markup->Insert Element, there's an 
> error saying 
> "Delimiter GRPC ()) expected; at: :input|html:," which was caused by 
> para.char.mix. I read carefully website.dtd, and there seems no 
> problems. Then I tried to comment out some entity declaration which I 
> think can work around the problem. But the same error message 
> appeared.

I think the problem has to do with the colons in html:form (and other element names). But this should not be an issue when you are editing XML with PSGML. If I change from xml-mode to sgml-mode in Emacs, I get the same error as you. 

/Mauritz