Commit bef1dece authored by Loïc Minier's avatar Loïc Minier

* attempt at a docbook-xml version of the FAQ with XSL

    customizations, if people want to help or just have a look
  (use "xsltproc faq-alone.xsl faq-alone.xml" with the
   docbook-xml-simple package installed or saxon if you feel bored)
parent 3b4dc3e3
<?xml version="1.0" encoding="ISO-8859-15"?>
<!DOCTYPE article
PUBLIC "-//Norman Walsh//DTD Simplified DocBook XML V4.1.2.4//EN"
"http://nwalsh.com/docbook/simple/4.1.2.4/sdocbook.dtd" [
<!ENTITY faq SYSTEM "faq.xml">
]>
<article>
<articleinfo>
<title>VLC FAQ</title>
<copyright>
<year>2002, 2003</year>
<holder>the VideoLAN project</holder>
</copyright>
<abstract>
<para>This document is the VideoLAN Client (VLC) Frequently
Asked Questions. For a complete user guide, please have
a look at the VLC User Guide, available on the <ulink
url="http://www.videolan.org/doc/">VideoLAN website</ulink></para>
</abstract>
</articleinfo>
&faq;
</article>
<?xml version="1.0" encoding="iso-8859-15"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/docbook.xsl"/>
<!-- <xsl:param name="qanda.defaultlabel">number</xsl:param> -->
<xsl:param name="generate.id.attributes" select="0"/>
<!-- <xsl:param name="section.autolabel" select="1"/> -->
<xsl:param name="label.from.part" select="1"/>
<!-- <xsl:param name="section.label.includes.component.label" select="1"/> -->
</xsl:stylesheet>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment