Pointing to XSL Stylesheet and XML Schema

Xopus has two means to specify which xsl stylesheet(s) should be used to render the wysiwyg view, and which xml schema should be used to validate the xml document.

  • <?xml-stylesheet ... ?> and schemaLocation="..."

  • Each document refers to a single xsl stylesheet and a schema.

  • Pipeline Definition

  • Allows multiple views with multiple consecutive xsl transformations and xinclude resolving.