OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Inline DTD Extension for xml:base


I think this is a bug in xmllint.
If I add a general entity declaration, then xmllint will
pass both of them to the output.

<?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; [
  <!ENTITY % local.common.attrib "xml:base  CDATA  #IMPLIED">
  <!ENTITY foo "bar">
  ]>

So the workaround is to add a bogus declaration.
I've posted a bug report on the libxml bugzilla to get Daniel to look at it.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "John L. Clark" <jlc6@po.cwru.edu>
To: <docbook-apps@lists.oasis-open.org>
Sent: Sunday, February 08, 2004 12:48 PM
Subject: [docbook-apps] Inline DTD Extension for xml:base





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]