]> granicus.if.org Git - docbook-dsssl/commitdiff
Added php.xml
authorNorman Walsh <ndw@nwalsh.com>
Wed, 26 Sep 2001 23:07:57 +0000 (23:07 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 26 Sep 2001 23:07:57 +0000 (23:07 +0000)
website/example/layout.xml
website/example/php.xml [new file with mode: 0644]

index 7bc7fa999e76cce3131c38b73cd2983fbb250766..5f465923d3adc4dd7594788ddb137d0bc9e1ae55 100644 (file)
@@ -32,6 +32,7 @@
     <tocentry page="test2.xml" filename="formtest.html"/>
     <tocentry page="test3.xml" filename="test3.html"/>
     <tocentry page="rddl.xml" filename="rddl.html"/>
+    <tocentry page="php.xml" filename="php.html"/>
     <tocentry id="nwalsh.com" href="http://nwalsh.com/">
       <title>nwalsh.com</title>
     </tocentry>
diff --git a/website/example/php.xml b/website/example/php.xml
new file mode 100644 (file)
index 0000000..e81cd88
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE webpage SYSTEM "../website.dtd">
+<webpage id="php">
+<config param="rcsdate" value="$Date$"/>
+<head>
+<title>PHP</title>
+<summary>PHP</summary>
+</head>
+
+<para>The Website stylesheets pass <quote>PHP</quote> processing
+instructions through unchanged, allowing a website with dynamic
+content to be maintained in Website.</para>
+
+<?php foo bar baz?>
+
+</webpage>
+