On 02/19/2011 03:02 PM, Sanjaya Liyanage wrote:
> Does it enough to see any kind of
> styling for any kind of element in the xml or are there any other xsl files
> that I must include to see different kind of styling for any other
> element?
The XML itself only contains tags that describe the semantics of the
text -- is this word a <command> or a <product>? The tags themselves
(mostly!) contain no information on how these elements should be styled;
that's the job of the XSL.
> Also where can I find some sample docbook xmls which include most of
> possible elements in it?Thank you very much.
Feel free to help yourself to the Fedora documentation: the XML sources
for everything that we publish on http://docs.fedoraproject.org are
available from https://fedorahosted.org/web/
For example, the XML source for the Fedora User Guide is at:
http://git.fedorahosted.org/git/?p=docs/user-guide.git
The Fedora Installation Guide uses an even wider set of tags, but the
file structure of the book is very complex:
http://git.fedorahosted.org/git/?p=docs/install-guide.git
Cheers
Rudi