Commit Graph

7 Commits

Author SHA1 Message Date
Ulisses Lima 9bf766f619 BAEL ???? - Intro to XPath with Java - quick fix
Based on email feedback.

* Changing `childs` to `childNodes`
* Changing `nodeList = (NodeList)` to `NodeList nodeList = (NodeList)`
2023-12-04 11:37:09 -03:00
Vladyslav Chernov 7deec4a5e0 BAEL-5755: indention update 2023-11-22 16:06:21 -08:00
Vladyslav Chernov a16aa0ee61 BAEL-5755: remove comments 2023-10-20 15:17:36 -07:00
Vladyslav Chernov 0bb7a8db27 BAEL-5755: Convert an XML file to CSV file 2023-09-17 21:57:35 -07:00
Kai Yuan ddf531faa7 BAEL-5194 rm html tags (#11404) 2021-11-11 16:19:32 -06:00
Martin Porsch 05c9a4c92a characters(...) fills StringBuilder instead of String
I startet to implement an XML parser from this tutorial and ran into a problem with empty elements, e.g. <elem></elem>. I found this SO post (https://stackoverflow.com/questions/44570604/sax-parser-is-not-working-properly-when-xml-input-is-given-as-stream-and-some-xm) and realised, that characters(...) can be called zero or multiple times, so one should fixed it conceptually by using a StringBuffer or StringBuilder.
2021-02-18 10:39:41 +01:00
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00