jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.16k stars 249 forks source link

Render/Load DOM without case changes. #177

Open vectorderivative opened 9 years ago

vectorderivative commented 9 years ago

I'm creating XML files programmatically following a set of rules and other XML files. But I see that the loaded xml string turns to all lowercase. Is there any option to stop this behaviour?