Timeline for Simple XML string to user-friendly plain text converter method in Java
Current License: CC BY-SA 4.0
11 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Sep 18, 2024 at 15:20 | comment | added | Michael Kay | A further observation: the task is intrinsically streamable, and your code would be more scaleable, but more complex, if you used a streaming parser API (either push (SAX), or pull (StAX)) in preference to DOM. You have made a design tradeoff here which is perfectly OK, but you haven't said anything about the reason for your choice. | |
Sep 18, 2024 at 8:46 | vote | accept | Tobias Grothe | ||
Sep 18, 2024 at 8:45 | comment | added | Tobias Grothe | Thanks. I have taken your two points into account and edited the question. | |
Sep 18, 2024 at 8:42 | history | edited | Tobias Grothe | CC BY-SA 4.0 | Requirements supplemented |
Sep 18, 2024 at 8:13 | history | edited | Tobias Grothe | CC BY-SA 4.0 | typo |
Sep 18, 2024 at 3:20 | history | became hot network question | |||
Sep 18, 2024 at 2:42 | history | edited | Alexander Ivanchenko | CC BY-SA 4.0 | edited body |
Sep 18, 2024 at 2:26 | history | edited | Alexander Ivanchenko | edited tags | |
Sep 18, 2024 at 1:18 | answer | added | Alexander Ivanchenko | timelinescore: 5 | |
Sep 17, 2024 at 22:38 | comment | added | Michael Kay | I think you have made the assumption that the document will not contain mixed content (or comments or processing instructions). You should make that explicit in your requirements. | |
Sep 17, 2024 at 19:20 | history | asked | Tobias Grothe | CC BY-SA 4.0 |