Josh Day
Josh Day
I've looked into this and it is really hard/annoying to get right. I've found that asking ChatGPT to generate Julia types from some xsd works pretty well. I'll leave the...
Thanks for the report. Parsing DTD is within scope of this package. For now, I was trying to dump everything into the Node's `value` and figure out parsing later. As...
Quick fix is done for reading the DTD: ```Julia julia> parse(s, Node)[2] # Node DTD # # ]> ``` --- > using EzXML.jl or in browser, the footer part is...
Hmm, these entities need to be defined in the DTD, correct? I think we'd need `(un)escape` methods that take in an `XML.DTDBody` as well as the string.
No plans to add it, but also not opposed to it.
As a temporary workaround, is there a way to remove the coordinate transformation?
I would vastly prefer an `ENV` variable I can set in my `startup.jl` to disable these. I frankly want to turn them off forever for both myself and customers I'm...