Re: faq.xml.qna

David Malcolm <[email protected]> Wed, 27 Apr 2005 15:03:27 -0400
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Wed, 2005-04-27 at 20:42 +0200, Sean Wheller wrote:
> Hi,
> 
> I see faq.xml was renamed faq.xml.qna.
> 
> Is there a reason?

I think this relates to the thread called "Patch for doctype and faq" on
this list earlier this month; look in the archives.

Though personally I can't remember the reason, something to do with
trying to get around limitations in Yelp IIRC

> 
> I have it defined as an external entity in global.ent
> <!ENTITY faq SYSTEM "faq.xml">
> 
> The current name made conglomerate.xml invalid. If it has no real purpose I 
> would like to change the name back to faq.xml. It this is gonna break 
> someting else I will just change the entity.
> 
> The other thing about faq.xml.qna is that it defined an xml-stylesheet 
> processing instruction. 
> <?xml-stylesheet type="text/css" 
> href="http://localhost/xml/styles/docbook.css"?>
> 
> 1. This is dependant on some persons system.
> 2. Why not just transform to X/HTML and specify a stylesheet by passing it as 
> a parameter?