Raynes / laser

HTML transformation/templating for people who do that sort of thing and stuff
120 stars 16 forks source link

:xml parsing should not lowercase tags #25

Closed terjesb closed 11 years ago

terjesb commented 11 years ago

Was about to try Laser for some "inline" SOAP stuff. However:

(l/document (l/parse "<Test xmlns:Ex=\"yo\"/>" :xml))
=> "<test xmlns:ex=\"yo\"></test>"

XML is case-sensitive, so I had expected this to return:

"<Test xmlns:Ex=\"yo\"></Test>"
Raynes commented 11 years ago

That's interesting. I'll take a look and see what's going on in a bit.

Raynes commented 11 years ago

This is a problem in Jsoup itself I'm afraid. I'm going to open an issue there instead.