This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Want to process XHTML in my XSL stylesheets.


I am generating three different types of output from an XML input.  One
of those output types is for consumption by a browser and contains
HTML.  The stylesheet which transforms the XML into HTML must itself
generate HTML tags.  I thought it would probably be better if I was to
define those tags as XHTML elements (e.g. <html:br/>) and then convert
those to HTML.  It seemed to me that this would provide better
maintenance, because my embedded (X)HTML would be checked against the
XHTML schema/syntax.

First question: If I have XHTML in an XSL stylesheet, will it be
validiated (e.g. are the XHTML elements in the XSL stylesheet checked
against the XHTML syntax/schema, or does validation only involve the XML
files being processed).

Second question: How do I get the XHTML embedded in the XSL stylesheet
to come out as HTML.  All the examples I have seen are addressing XHMTL
embedded in the input XML being transformed, not in the XSL stylesheet
specifying the transformations.

I suspect this is solvable with a two-pass transformation, but I'm
trying to avoid that.

Ed Knoll

--
Edward L. Knoll   Phone (work)     : (719)484-2717
                  e-mail (work)    : f49660c@cosd.fedex.com
                  e-mail (business): eknoll@sf-inc.com
                  e-mail (personal): edward@elknoll.com












 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]