cmwoods

Results 4 issues of cmwoods

Is there any way to specify that the Save or Render methods should generate XHTML output? I'm reading in XHTML input document but the output is generated is no longer...

I'm getting the following exception thrown when the HTML element contains the XMLNS attribute (in XHTML document): ``` Unhandled Exception: System.ArgumentException: The namespace declaration attribute has an incorrect 'namespaceURI': ''....

It would appear that the DOM Tree generated by the SimpleHtmlParser does not (for some reason I haven't been able to figure out) support any XPath functionality other than "//*"....

_**Edit: Major rewrite of issue.** Originally I thought this was a problem with newest LibGit2Sharp but in digging deep into this issue I discovered some flaws in my original scripts...