1TextNotAllowed.java:12: error: text not allowed in <dl> element
2 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
3       ^
4TextNotAllowed.java:12: error: text not allowed in <dl> element
5 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
6                           ^
7TextNotAllowed.java:12: error: text not allowed in <dl> element
8 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
9                                                      ^
10TextNotAllowed.java:13: error: text not allowed in <ol> element
11 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
12       ^
13TextNotAllowed.java:13: error: text not allowed in <ol> element
14 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
15                           ^
16TextNotAllowed.java:13: error: text not allowed in <ol> element
17 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
18                                               ^
19TextNotAllowed.java:14: error: text not allowed in <ul> element
20 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
21       ^
22TextNotAllowed.java:14: error: text not allowed in <ul> element
23 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
24                           ^
25TextNotAllowed.java:14: error: text not allowed in <ul> element
26 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
27                                               ^
28TextNotAllowed.java:16: error: text not allowed in <table> element
29 * <table> <caption> description </caption> abc </table>
30                                           ^
31TextNotAllowed.java:17: error: text not allowed in <thead> element
32 * <table> <caption> description </caption> <thead> abc </thead> </table>
33                                                   ^
34TextNotAllowed.java:18: error: text not allowed in <tbody> element
35 * <table> <caption> description </caption> <tbody> abc </tbody> </table>
36                                                   ^
37TextNotAllowed.java:19: error: text not allowed in <tfoot> element
38 * <table> <caption> description </caption> <tfoot> abc </tfoot> </table>
39                                                   ^
40TextNotAllowed.java:20: error: text not allowed in <tr> element
41 * <table> <caption> description </caption> <tr> abc </tr> </table>
42                                                ^
43TextNotAllowed.java:22: error: text not allowed in <dl> element
44 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
45        ^
46TextNotAllowed.java:22: error: text not allowed in <dl> element
47 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
48                              ^
49TextNotAllowed.java:22: error: text not allowed in <dl> element
50 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
51                                                          ^
52TextNotAllowed.java:23: error: text not allowed in <ol> element
53 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
54        ^
55TextNotAllowed.java:23: error: text not allowed in <ol> element
56 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
57                              ^
58TextNotAllowed.java:23: error: text not allowed in <ol> element
59 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
60                                                   ^
61TextNotAllowed.java:24: error: text not allowed in <ul> element
62 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
63        ^
64TextNotAllowed.java:24: error: text not allowed in <ul> element
65 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
66                              ^
67TextNotAllowed.java:24: error: text not allowed in <ul> element
68 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
69                                                   ^
70TextNotAllowed.java:26: error: text not allowed in <table> element
71 * <table> <caption> description </caption> &amp; </table>
72                                            ^
73TextNotAllowed.java:27: error: text not allowed in <thead> element
74 * <table> <caption> description </caption> <thead> &amp; </thead> </table>
75                                                    ^
76TextNotAllowed.java:28: error: text not allowed in <tbody> element
77 * <table> <caption> description </caption> <tbody> &amp; </tbody> </table>
78                                                    ^
79TextNotAllowed.java:29: error: text not allowed in <tfoot> element
80 * <table> <caption> description </caption> <tfoot> &amp; </tfoot> </table>
81                                                    ^
82TextNotAllowed.java:30: error: text not allowed in <tr> element
83 * <table> <caption> description </caption> <tr> &amp; </tr> </table>
84                                                 ^
8528 errors
86