[Synopsis-changes] Synopsis/Synopsis/doc/Tutorial Tutorial.xml,1.3,1.4 html.xsl,1.4,1.5

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 2 05:51:05 UTC 2003


Update of /cvs/synopsis/Synopsis/doc/Tutorial
In directory frida:/tmp/cvs-serv30940/doc/Tutorial

Modified Files:
	Tutorial.xml html.xsl 
Log Message:
get rid of 'Dummies' processor

Index: Tutorial.xml
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Tutorial/Tutorial.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- Tutorial.xml	29 Nov 2003 23:43:22 -0000	1.3
+++ Tutorial.xml	2 Dec 2003 05:51:03 -0000	1.4
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<book>
+<book xmlns:xi="http://www.w3.org/2003/XInclude">
   <bookinfo>
     <title>Synopsis Tutorial</title>
 
@@ -56,6 +56,21 @@
 
       <para></para>
     </section>
+
+    <section>
+      <title>Parsing source code</title>
+
+      <para></para>
+    </section>
+
+    <section>
+      <title>Using comments for documentation</title>
+
+      <para>
+        <programlisting>
+          <xi:include href="examples/example1/example.h" parse="text"/>
+        </programlisting></para>
+      </section>
   </chapter>
 
   <chapter>
@@ -195,4 +210,4 @@ formatter.process(linker.process(parser.
       <para></para>
     </section>
   </chapter>
-</book>
\ No newline at end of file
+</book>

Index: html.xsl
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Tutorial/html.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- html.xsl	27 Nov 2003 06:00:36 -0000	1.4
+++ html.xsl	2 Dec 2003 05:51:03 -0000	1.5
@@ -7,6 +7,7 @@
 <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.62.4/html/chunk.xsl"/>
 
 <xsl:param name="html.stylesheet" select="'synopsis.css'"/>
+<xsl:param name="use.extensions" select="'1'"/>
 <xsl:param name="use.id.as.filename" select="1"/>
 <xsl:param name="chunk.first.sections" select="1"/>
 <xsl:param name="use.svg" select="0"/>





More information about the Synopsis-changes mailing list