atom feed6 messages in org.oasis-open.lists.docbookWhere does DTD declare XSL?
FromSent OnAttachments
Jeffery BissAug 25, 2004 7:26 pm 
Bob StaytonAug 26, 2004 2:56 pm 
Jeffery BissAug 26, 2004 3:08 pm 
Bob StaytonAug 26, 2004 3:38 pm 
Jeffery BissAug 26, 2004 3:46 pm 
Jeffery BissAug 26, 2004 3:53 pm 
Subject:Where does DTD declare XSL?
From:Jeffery Biss (je@marco-inc.com)
Date:Aug 25, 2004 7:26:21 pm
List:org.oasis-open.lists.docbook

Can someone please tell me where the docbook dtd is supposed to declare the stylesheet? I get the following error:

"The element 'xsl:stylesheet' is used but not declared in the DTD/Schema."

Here are the declarations:

<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2CR1//EN" "g:/docbookx/docbookx.dtd"> <?xml-stylesheet type="text/xsl" href="g:/docbook-xsl-1.58.1/html/docbook.xsl"?>

I performed a search for the xsl element in the docbook directory but it returned nothing.