I've attached my customization layer and also inserted it below. Thanks!
<!ENTITY % local.tech.char.class "|MethodName">
<! ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V3.1//EN"
"/usr/lib/sgml/docbook.dtd">
%DocBookDTD;
<!ELEMENT MethodName - - ((%smallcptr.char.mix;)+) >
<!ATTLIST MethodName
%common.attrib;
%classname.role.attrib;
%local.classname.attrib;
>
<!-- customization layer ends here -->
Shang-Lin
http://www.its.caltech.edu/~schen
On Tue, 17 Jul 2001, Norman Walsh wrote:
> / Shang-Lin Chen <[EMAIL PROTECTED]> was heard to say:
> | Right now I'm learning DocBook from the online version of the "Definitive
> | Guide." When i tried the "MethodName" example in the "Customizing
> | DocBook" chapter and ran db2html, I received error messages saying that
> | the "<" character is not allowed in declaration subset, the parameter
>
> Can you send us the customization layer that you created? It sounds
> like a typo.
>
> Be seeing you,
> norm
>
> --
> Norman Walsh <[EMAIL PROTECTED]> | If all mankind were to disappear,
> http://www.oasis-open.org/docbook/ | the world would regenerate back to
> Chair, DocBook Technical Committee | the rich state of equilibrium that
> | existed ten thousand years ago. If
> | insects were to vanish, the
> | environment would collapse into
> | chaos.--Edward O. Wilson
>
> ------------------------------------------------------------------
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: [EMAIL PROTECTED]
>
<!ENTITY % local.tech.char.class "|MethodName">
<! ENTITY % DocBookDTD PUBLIC "-//OASIS//DTD DocBook V3.1//EN"
"/usr/lib/sgml/docbook.dtd">
%DocBookDTD;
<!ELEMENT MethodName - - ((%smallcptr.char.mix;)+) >
<!ATTLIST MethodName
%common.attrib;
%classname.role.attrib;
%local.classname.attrib;
>