Ken Grigsby
Ken Grigsby
If you add a DOCTYPE to the xml in testNodesForXPath you'll see that test 6 fails. For instance I added the following. ``` [xmlStr appendString:@""]; [xmlStr appendString:@""]; [xmlStr appendString:@""]; ```...
I would like to see the methods relating to DDXMLDocument initWithRootElement added that were in a patch at http://code.google.com/p/kissxml/issues/detail?id=29.
I have an old database where the managed object class names are different from the entity name. I didn't see a way to handle this.
Should these be of type Font? https://github.com/pointfreeco/swift-html/blob/05dcfbf168812b5f2c50c5934022afa1ec96c070/Sources/Html/MediaType.swift#L90-L95
Given a template as follows: `````` {% if(branch == \"IfBranch\") %} IfBranch {% elseif(branch == \"ElseIfBranch\") %} ElseIfBranch {% else %} ElseBranch {% endif %}``` `````` and rendering against: ```...