On Sun, Feb 23, 2020 at 9:34 AM Vladimir Sitnikov <[email protected]> wrote: > > >Why not using XML and built in java support? > > It is no longer built-in: > https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html#JDK-8190378 >
What was removed was badly architected data binding packages that caused more trouble than they were worth. Plain old reliable SAX and DOM are still bundled as are XPath and XSLT. -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
