[xsl] @method ; @media-type

Subject: [xsl] @method ; @media-type
From: Mike Ferrando <mikeferrando@xxxxxxxxx>
Date: Wed, 29 Jun 2005 07:17:54 -0700 (PDT)
Friends,
I recently faced a stylesheet problem concerning the use of @method
and/or @media-type.

Although, I was able to resolve the problem, I was left thinking that
it did not seem clear to me how these attributes are used and what
effect they have on output.

1. If I am outputing a number of documents from one stylesheet, some
directly and others using saxon:output, how do these attributes
affect the unicode or elements (i.e, the html uses the @doctype
attributes)?

2. I know that SAXON will give the html tags correctly (taking off
the closing slash on IMG elements), but will this only effect the
html output?

3. Should these two variable always have the same value "xml |
text/xml" or "html" "text/html"?  Should I mix them if I anticipate
character set issues (like glyphs instead of NCR or multibyte
strings) in the output.

4. Is it possible to see some examples of either xsl:output or
saxon:output elements for these kinds of transformations. 
For example:

xml source > xslt stylesheet
  >xml (direct)
  >html (saxon:output)
  >xml (saxon:output)

(Pawson probably has this on his site, but I missed it.)

My usual workflow is from xml source to other outputs instances (xml
and/or html).

Thanks,
Mike Ferrando
Library Technician
Library of Congress
Washington, DC
202-707-4454

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread