mausch / XmlLiteralsTypeProvider

F# type provider implementing compile-time XML literals
Apache License 2.0
5 stars 2 forks source link

Handle doctype #2

Open mausch opened 10 years ago

mausch commented 10 years ago

If a doctype is detected, it should render to XDocument.

panesofglass commented 10 years ago

:+1:

panesofglass commented 10 years ago

This one is painful. Everytime I add the <!doctype html>, I get an exception stating that the DTD is prohibited.