diff options
| author | duncan <none@none> | 2005-07-07 15:04:56 +0200 |
|---|---|---|
| committer | duncan <none@none> | 2005-07-07 15:04:56 +0200 |
| commit | 5e8d2bc548db6489f0cff828b1485fad646b2b33 (patch) | |
| tree | 48a555ec4c96223971dec21f92f3d718f75cf4db /samples | |
| parent | e70bf9ffb27e677544e84cc6f12c4520349ce0b7 (diff) | |
| download | python-lxml-5e8d2bc548db6489f0cff828b1485fad646b2b33.tar.gz | |
[svn r338] Added svn:eol-style:native to all text files.
Fixed an error with an uncaught exception in the Pyrex code. Added a new test file test_errors.py to check for this (I thought there might be more similar cases to go in the same test file, but so far I haven't found any).
--HG--
branch : trunk
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/simple-ns.xml | 10 | ||||
| -rw-r--r-- | samples/simple.xml | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/samples/simple-ns.xml b/samples/simple-ns.xml index e6c1b4e0..ad8f88a7 100644 --- a/samples/simple-ns.xml +++ b/samples/simple-ns.xml @@ -1,5 +1,5 @@ -<root xmlns='namespace'>
- <element key='value'>text</element>
- <element>text</element>tail
- <empty-element/>
-</root>
+<root xmlns='namespace'> + <element key='value'>text</element> + <element>text</element>tail + <empty-element/> +</root> diff --git a/samples/simple.xml b/samples/simple.xml index b1655e18..69a940b8 100644 --- a/samples/simple.xml +++ b/samples/simple.xml @@ -1,5 +1,5 @@ -<root>
- <element key='value'>text</element>
- <element>text</element>tail
- <empty-element/>
-</root>
+<root> + <element key='value'>text</element> + <element>text</element>tail + <empty-element/> +</root> |
