content/xml/tests/simple.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/xml/tests/simple.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="docbook.css" type="text/css"?>
     1.6 +<!DOCTYPE Book SYSTEM "file:///E|/Program%20Files/SoftQuad/XMetaL/Rules/docbook.dtd">
     1.7 +<Book xmlns:html="http://www.w3.org/1999/xhtml">
     1.8 +  <Title>The Book</Title>
     1.9 +  <Chapter>
    1.10 +    <Title>Chapter 1.</Title>
    1.11 +    <Para>Yada yada <html:img src="mzcolor.gif"/> yada.</Para>
    1.12 +  </Chapter>
    1.13 +</Book>

mercurial