-
Dear developers,
I have to use mixed CDATA contents. It means that the node can have CDATA or text or both mixed.
I am not able to change the XSD Schema for a new simply type. For a fast solution …
-
Using html in CDATA will break build, because of not consistent parsing.
# actual
* `< produce <`
* `> stays >`
# Expected
* `< produce <`
* `> produce >`
# env
Just tried the lat…
ghost updated
2 years ago
-
```
Write converter that handles CDATA. Output should be byte[] or char[].
```
Original issue reported on code.google.com by `peter.kn...@gmail.com` on 13 Dec 2009 at 10:02
-
The parser won't work if a node content is CDATA.
I have made a simple fix and will gladly make a PR if you want: https://github.com/christianroy/xml-parser/commit/c32d26fd6e354dc18a53b648480a6da96…
-
Hi Everybody how can write `CDATA` by `AEXML`
-
helloo
CBot.cdata not found in your code
thanks
-
```
Write converter that handles CDATA. Output should be byte[] or char[].
```
Original issue reported on code.google.com by `peter.kn...@gmail.com` on 13 Dec 2009 at 10:02
-
```
Hi Peter, strange stuff with CDATA, but otherwise, seems to work really well.
If there is cdata in there, unless i use: XmlDom description =
xml.tag("Placemark").child("description"); and then …
-
```
Hi Peter, strange stuff with CDATA, but otherwise, seems to work really well.
If there is cdata in there, unless i use: XmlDom description =
xml.tag("Placemark").child("description"); and then …
-
```
Hi Peter, strange stuff with CDATA, but otherwise, seems to work really well.
If there is cdata in there, unless i use: XmlDom description =
xml.tag("Placemark").child("description"); and then …