Skip to content

Commit

Permalink
Merge pull request #6 from purcell/patch-1
Browse files Browse the repository at this point in the history
Use html5.rnc in place of xhtml5.rnc for non-xhtml html files
  • Loading branch information
hober committed Apr 16, 2014
2 parents 934944b + 3a0ff79 commit 7e94720
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions schemas.xml
Expand Up @@ -21,9 +21,10 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -->
<locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0"> <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0">
<uri pattern="*.html" typeId="XHTML5"/>
<uri pattern="*.xhtml" typeId="XHTML5"/>
<namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML5"/> <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML5"/>
<documentElement localName="html" typeId="XHTML5"/> <uri pattern="*.html" typeId="HTML5"/>
<uri pattern="*.xhtml" typeId="XHTML5"/>
<documentElement localName="html" typeId="HTML5"/>
<typeId id="XHTML5" uri="relaxng/xhtml5.rnc"/> <typeId id="XHTML5" uri="relaxng/xhtml5.rnc"/>
<typeId id="HTML5" uri="relaxng/html5.rnc"/>
</locatingRules> </locatingRules>

0 comments on commit 7e94720

Please sign in to comment.