diff options
Diffstat (limited to 'libxml2/result/noent/att5')
-rw-r--r-- | libxml2/result/noent/att5 | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/libxml2/result/noent/att5 b/libxml2/result/noent/att5 deleted file mode 100644 index 8768e36..0000000 --- a/libxml2/result/noent/att5 +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE doc [ -<!ATTLIST normId attr NMTOKENS #IMPLIED> -]> -<doc> - <!-- no normalization --> - <norm attr=" "/> - <norm attr=" foo bar "/> - <norm attr=" foobar"/> - <norm attr=" foo bar "/> - <norm attr="foobar "/> - <norm attr=" & "/> - <norm attr=" foo&bar "/> - <norm attr=" foobar&"/> - <norm attr="&foo bar "/> - <norm attr="foobar &"/> - <norm attr=" < "/> - <norm attr=" foo<bar "/> - <norm attr=" foobar<"/> - <norm attr="<foo bar "/> - <norm attr="foobar <"/> - <norm attr=" 	 "/> - <!-- normalization --> - <normId attr=""/> - <normId attr="foo bar"/> - <normId attr="foobar"/> - <normId attr="foo bar"/> - <normId attr="foobar"/> - <normId attr="&"/> - <normId attr="foo&bar"/> - <normId attr="foobar&"/> - <normId attr="&foo bar"/> - <normId attr="foobar &"/> - <normId attr="<"/> - <normId attr="foo<bar"/> - <normId attr="foobar<"/> - <normId attr="<foo bar"/> - <normId attr="foobar <"/> - <normId attr=" 	"/> <!-- PBM serializing back --> -</doc> |