--- xml/htdocs/doc/en/xml-guide.xml 2011/11/29 19:02:45 1.71 +++ xml/htdocs/doc/en/xml-guide.xml 2012/10/07 08:19:42 1.72 @@ -1,6 +1,6 @@ - + Gentoo GuideXML Guide @@ -35,8 +35,8 @@ -12 -2011-11-29 +13 +2012-10-07 GuideXML basics @@ -95,7 +95,7 @@ <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <!-- $Header$ --> -<guide link="/doc/en/guide.xml" lang="en"> +<guide lang="en"> <title>Gentoo Documentation Guide</title> <author title="Author"> @@ -124,14 +124,6 @@ Next, there's a <guide> tag -- the entire guide document is enclosed within a <guide> </guide> pair.
-The link attribute is optional and should preferably contain the -absolute path to the document relatively to the document root even though the -file name alone will work. It is only used to generate a link to a -printer-friendly version of your document and check whether a translation is -up-to-date. Our XSL back-engine passes the actual path to our XSL stylesheet. -The link attribute is only used as a fall-back value in case the XML is -processed by other means. -
The lang attribute should be used to specify the language code of your document. It is used to format the date and insert strings like "Note", "Content", etc. in the specified language. The default is English.