mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 17:02:18 +00:00
Added printing requirements
This commit is contained in:
26
z3c/rml/tests/input/encoding-test-latin1.rml
Normal file
26
z3c/rml/tests/input/encoding-test-latin1.rml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
|
||||
<!DOCTYPE document SYSTEM "rml.dtd">
|
||||
<document filename="encoding-test-latin1.pdf">
|
||||
|
||||
<template>
|
||||
<pageTemplate id="main">
|
||||
<frame id="first" x1="72" y1="72" width="451" height="698"/>
|
||||
</pageTemplate>
|
||||
</template>
|
||||
|
||||
<stylesheet>
|
||||
</stylesheet>
|
||||
|
||||
<story>
|
||||
<title>Test of Encoding: Latin 1</title>
|
||||
<para>
|
||||
This following paragraph contains multiple European symbols.
|
||||
</para>
|
||||
<spacer length="1in" />
|
||||
<para>
|
||||
Das ist ein „Deutscher Text”: Er hat eine L<>nge von <20>ber einer
|
||||
Zeile. Das ist aber n<>tig um alle Funktionen zu zeigen. Ach <20>brigens,
|
||||
unsere Stra<72>e ist nicht f<>r €200.000,00 erh<72>ltlich.
|
||||
</para>
|
||||
</story>
|
||||
</document>
|
||||
Reference in New Issue
Block a user