Re: faq.xml.qna

David Malcolm <[email protected]> Mon, 09 May 2005 13:17:38 -0400
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Sun, 2005-05-08 at 16:28 +0200, Sean Wheller wrote:
> I transformed faq.xml to HTML. I attach it here.
> 
> The structure is not perfect but it will illustrate what I mean about 
> packaging the document as HTML in conglomerate. At least this way we can 
> overcome the limitation that yelp does not support qanda.
> 
> To view in yelp save the file to disk and do
> yelp faq.xml.html

I didn't realise yelp could handle this.  Nice.

> 
> What we need to do in the conglomerate build is use xsltproc to transform the 
> xml to html. There is no point in commiting the html since we will only 
> update the faq.

Am I right in thinking this is what you used to do the transformation?

Please can you give the command line you used  (I'm guessing you simply
used defaults, but I'd prefer it if you spelt this out; sorry for being
"finnickity") - this will make it easier to integrate this stage into
the build.

> 
> 
> Hope this helps

Thanks!