replaced all StringBuffers with StringBuilder to improve performance
[Bob.git] / xml / test2.xml
blob2518ead8a0a6d7923b78cbcc2802a6fd8ee6901c
1 \r\r
2 <ancestor id="macs" name="rule" \r\r
3         xmlns="com/interrupt/"\r\r
4     xmlns:one="com/interrupt/one"\r\r
5     xmlns:two="com/interrupt/two">\r\r
6     \r\r
7     <anotherOne nattribute="zzz">\r\r
8             <two:interrupt nothing="yyy" >\r\r
9                 \r\r
10                 <![CDATA[\r\r
11                     doSomething = function(cdr) {\r\r
12                         this.cdr = cdr;\r\r
13                         return 12 * this.cdr;\r\r
14                     }\r\r
15                 ]]>\r\r
16         \r\r
17             </two:interrupt>\r\r
18 \r\r
19             another text\r\r
20     </anotherOne>\r\r
21 \r\r
22 </ancestor>\r\r
23 \r\r