home.social

#xmlparser — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #xmlparser, aggregated by home.social.

fetched live
  1. Anyone with experience with #XMLParser in #Swift have any idea what this could be? AFAIK, XMLParser should be a SAX parser, and I get the same results with both a memory-mapped Data object and an InputStream. (it's also not my delegate methods, I commented everything out as a test)

  2. Anyone got a sample document they can share that is absolutely rancid when it comes to #xml namespaces? Building the support for them in my #xmlparser during my time off.