vote up 1 vote down star

I would like to edit XHTML files using Emacs' nxml-mode which can use rnc schemas for on the fly validation. This is all built in to newer Emacs versions.

However, my XHTML files contain elements from another schema. So <foo:foo> tags are valid, but only within the <xhtml:head> of the document.

Currently, nxml complains because the XHTML schema it is using does not describe the foo tag. How do I create a new schema which describes the foo tag in relation to the existing XHTML schema, and how do I apply that schema automatically using schema locating rules in the schemas.xml file?

ie: I would like to validate a document using two schemas simultaneously: the built-in XHTML rules, and some custom rules which add certain namespaced tags.

flag

1 Answer

vote up 0 vote down

Validator.nu has a preset schema that is modified from the the XHTML schema set originally developed by James Clark and one of the additions is rdf:RDF in head, so the schema might be useful to study.

(I have no experience with nxml-mode schema location issues.)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.