Question
Sharing Styler Stylesheets across Multiple Doctypes
Anyone have experience attempting to share the same Styler .style
stylesheet with documents using different doctypes. The root document
element is the same across all XML instances; however, the actual schema
referenced in xsi:noNamespaceSchemaLocation is different (subset of same
umbrella spec). Despite explicitly declaring the doctype = root document
element, Arbortext insists that the doctype = XSD file in
xsi:noNamespaceSchemaLocation attribute. To wit:
using stylesheet association in both documents:
type="text/x-styler" media="editor" alternate="yes"?>
and doctype declaration in both documents,
]>
and one document's root element,
<doctype<br/>
xsi:noNamespaceSchemaLocation="
xmlns:xsi="
xmlns:rdf="
stylesheet with documents using different doctypes. The root document
element is the same across all XML instances; however, the actual schema
referenced in xsi:noNamespaceSchemaLocation is different (subset of same
umbrella spec). Despite explicitly declaring the doctype = root document
element, Arbortext insists that the doctype = XSD file in
xsi:noNamespaceSchemaLocation attribute. To wit:
using stylesheet association in both documents:
type="text/x-styler" media="editor" alternate="yes"?>
and doctype declaration in both documents,
]>
and one document's root element,
<doctype<br/>
xsi:noNamespaceSchemaLocation="
xmlns:xsi="
xmlns:rdf="
