On Thu, Oct 18, 2007 at 12:46:14PM +0530, murulidhara wrote: > > Hi , > > According to standard, PE reference must not occur outside DTD. > > Well-formedness constraint: In DTD > > Parameter-entity references MUST NOT appear outside the [1]DTD.
To do a Parameter-entity reference one use %name; http://www.w3.org/TR/REC-xml/#dt-entref "[Definition: Parameter-entity references use percent-sign (%) and semicolon (;) as delimiters.]" "Parameter-entity references MUST NOT appear outside the DTD." %foo; is not a Parameter-entity reference in content: http://www.w3.org/TR/REC-xml/#dt-entref "Outside the DTD, the % character has no special significance; thus, what would be parameter entity references in the DTD are not recognized as markup in content." and &foo; is not a Parameter-entity reference so I didn't see a parameter entity reference in your document, but again send a minimal one as attachement to make sure. Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
