C
chriscorbell
I have a specific but somewhat high-level question on how to approach a
schema which embeds a subset of XHTML in some elements.
I have a schema defined for a logical document structure. Sections of
this document can contain presentation text; the schema allows a subset
of XHTML for these sections. All of this works fine as far as XML
schema validation etc.
I have an XSL transformation defined to convert my xml document to
XHTML. Here the containing and structuring XML elements are converted
to document sections with a TOC, internal anchors, etc. In this case I
want the "embedded" XHTML sections to be simply copied verbatim to the
output, i.e. not explicitly parsed or transformed. I can't seem to
succeed in doing this - is there a way? Or a preferable approach?
TIA,
Chris
schema which embeds a subset of XHTML in some elements.
I have a schema defined for a logical document structure. Sections of
this document can contain presentation text; the schema allows a subset
of XHTML for these sections. All of this works fine as far as XML
schema validation etc.
I have an XSL transformation defined to convert my xml document to
XHTML. Here the containing and structuring XML elements are converted
to document sections with a TOC, internal anchors, etc. In this case I
want the "embedded" XHTML sections to be simply copied verbatim to the
output, i.e. not explicitly parsed or transformed. I can't seem to
succeed in doing this - is there a way? Or a preferable approach?
TIA,
Chris