Re:

Subject: Re:
From: Warren Hedley <w.hedley@xxxxxxxxxxxxxx>
Date: Thu, 29 Jun 2000 14:45:44 -0400
Hakan Pettersson wrote:
> 
> 1)
> Is it possible to output a byte i.e. any ASCII-character
> by using a function as "char(187)"?

Use entity references: &#187;
In HTML output mode, some processors will convert these to
more familiar entity references: I think saxon converts
&#160; into &nbsp; , for instance.

> 2)
> Saw this in a posting:
>     <xsl:output method="html" version="4.0"/>
> If version not is stated what is Saxon uotputting?

It says in the spec (section 16.2) that the default is 4.0.

-- 
Warren Hedley


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


Current Thread