Blame view

mobile/source/ext/phptal/tests/input/xml.03.xml 243 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
  <root>
    <test>
    This is some test which
    should accept < and > characters
    within text nodes.
    </test>
    <test>
    This only works if the < is separated from some [a-z0-9]
    character, otherwise, a node start is assumed.
    </test>
  </root>