diff options
author | Stef Walter <stef@memberwebs.com> | 2005-06-08 21:06:32 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-06-08 21:06:32 +0000 |
commit | ed6394b56047af2db69e08280972657c4561fbad (patch) | |
tree | 2878ecf0d2e7ce3da411028395663f43d1f4d179 /doc/sample.xml | |
parent | c5ab697d5c6eaf1c3772d4b6801be704c492e1cf (diff) |
New sample files
Diffstat (limited to 'doc/sample.xml')
-rw-r--r-- | doc/sample.xml | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/doc/sample.xml b/doc/sample.xml index 2306e67..163c83c 100644 --- a/doc/sample.xml +++ b/doc/sample.xml @@ -1 +1,62 @@ -<?xml version="1.0" encoding="UTF-8"?><document xmlns="http://memberwebs.com/ns/rtfx/"><info><title>This is a test RTF</title><author>Nate</author><operator>Nate</operator></info><stylesheet><style name="Normal"/><style name="heading 1"/><style name="footnote text"/></stylesheet><para style="heading 1"><b>This is a test RTF</b></para><para>Hi! I’m a test file. This is some <b>bold</b> text, and some <i>italic</i> text, as well as some <u>underline</u> text. And a bit of <hide>hidden</hide> text. So we’re going to end this paragraph here and go on to a nice little list:</para><para/><list ordered="0" start="1"><para>Item 1</para><para>Item 2</para><para>Item 3</para><para>Item 4</para></list><para/><para>And now comes a fun table:</para><para/><table><row><cell><para>Cell 1</para></cell><cell><para>Cell 2</para><para>More in cell 2</para></cell><cell><para>Cell 3</para></cell></row><row><cell><para>Next row</para></cell><cell><para>Next row </para></cell><cell><para>Next row</para></cell></row></table><para/><para>A page break:</para><page/><para>And here we’re on the next page. </para><para>This para has a <ref type="footnote" to="1"/>footnote.</para><para>And here’s yet another paragraph. </para><para/><footnote id="1"><para> This is the actual content of the footnote.</para></footnote></document>
\ No newline at end of file +<?xml version="1.0"?> +<document xmlns="http://memberwebs.com/ns/rtfx/"> + <info> + <title>This is a test RTF</title> + <author>Nate</author> + <operator>Nate</operator> + </info> + <stylesheet> + <style name="Normal"/> + <style name="heading 1"/> + <style name="Default Paragraph Font"/> + <style name="footnote text"/> + <style name="footnote reference"/> + </stylesheet> + <para style="heading 1"><b>This is a test RTF</b></para> + <para>Hi! I’m a test file. This is some <b>bold</b> text, and some <i>italic</i> text, as well as some <u>underline</u> text. And a bit of <hide>hidden</hide> text. So we’re going to end this paragraph here and go on to a nice little list:</para> + <para/> + <list ordered="0" start="1"> + <para>Item 1</para> + <para>Item 2</para> + <para>Item 3</para> + <para>Item 4</para> + </list> + <para/> + <para>And now comes a fun table:</para> + <para/> + <table> + <row> + <cell> + <para>Cell 1</para> + </cell> + <cell> + <para>Cell 2</para> + <para>More in cell 2</para> + </cell> + <cell> + <para>Cell 3</para> + </cell> + </row> + <row> + <cell> + <para>Next row</para> + </cell> + <cell> + <para>Next row </para> + </cell> + <cell> + <para>Next row</para> + </cell> + </row> + </table> + <para/> + <para>A page break:</para> + <page/> + <para>And here we’re on the next page. </para> + <para>This para has a <ref type="footnote" to="1"/>footnote.</para> + <para>And here’s yet another paragraph. </para> + <para/> + <footnote id="1"> + <para> This is the actual content of the footnote.</para> + </footnote> +</document> |