Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14883 - xml-guide tweaks
Summary: xml-guide tweaks
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Documentation Guide (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Stoyan Zhekov (RETIRED)
URL: http://www.gentoo.org/doc/en/xml-guid...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-31 18:27 UTC by SpanKY
Modified: 2003-12-06 03:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2003-01-31 18:27:56 UTC
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
Comment 1 SpanKY gentoo-dev 2003-01-31 18:51:32 UTC
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 ;) 
Comment 2 SpanKY gentoo-dev 2003-01-31 19:05:59 UTC
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 &amp; b</title> 
 
you could link to here for a better ref ... 
http://www.w3.org/TR/html4/charset.html 
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-02-14 08:44:08 UTC
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. 
Comment 4 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-02-21 01:11:18 UTC
the issue as described in comment #3 has been fixed.
Comment 5 Sven Vermeulen (RETIRED) gentoo-dev 2003-08-28 10:38:24 UTC
I think all this is handled. Stoyan, I think you can close this bug.
Comment 6 Andrew Cooks (RETIRED) gentoo-dev 2003-12-06 03:59:08 UTC
Resolving this bug as fixed as per comment #5