Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /trunk/src/xml/test/bad-attr-character-ref.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations) (download) (as text)
Wed Dec 29 10:25:14 2010 UTC (14 years, 2 months ago) by amb
File MIME type: application/xml
File size: 171 byte(s)
Added the uncontrolled (not auto-generated) files from routino-1.4.

1 <?xml version="1.0" encoding="utf-8" ?>
2
3 <!-- good comment -->
4
5 <test>
6
7 <level1 attr1="value1 &amp; value2 &lt; &#320;">
8 <level2>
9 </level2>
10 </level1>
11
12 </test>