Code listing 1.1: Transforming gentoo-x86-install.xml # cd gentoo-web/xsl # xsltproc guide.xsl ../doc/<your lang>/gentoo-x86-install.xml > /tmp/install.html this *should* read # xsltproc guide-main[-<your lang>].xsl ../xml/doc/<your lang>/gentoo-x86-install.xml > /tmp/install.html
decided to add some more rather than make new bugs ;) ... in Code Listing 2.3, i think it would be more information if you had this: <pre caption="A code caption!"> instead of just <pre> and then update the actual Code Listing source too ;)
the only other thing i could think of is to include a small table/section on what chars are valid and which ones arent ... for example, you cant use '&' or '<' inside xml tags ... this fails: <title>a & b</title> but this works: <title>a & b</title> you could link to here for a better ref ... http://www.w3.org/TR/html4/charset.html
The link http://www.gentoo.org/dyn/doc-snapshots on the page http://www.gentoo.org/doc/en/xml-guide.xml gave a 'page not found' error.
the issue as described in comment #3 has been fixed.
I think all this is handled. Stoyan, I think you can close this bug.
Resolving this bug as fixed as per comment #5