Hi Matthew

Actually I totally forgot about this when I asked but XSLT has a built in
function to access processor information so hopefully <xsl:value-of
select="system-property('xsl:vendor')" /> should tell you if xalan or xt is
being used - haven't checked yet as I am doing other stuff.

Cheers,
Bryan Rasmussen


-----Oprindelig meddelelse-----
Fra: Matthew L. Avizinis [mailto:[EMAIL PROTECTED]
Sendt: 6. januar 2006 15:41
Til: [email protected]
Emne: Re: [xml-dev] open office filter - extension functions, processor


Also, just now I noticed that in the 2.0 program/classes folder that 
_both_ an xt.jar and a xalan.jar are present.  You are indicating that 
Xalan is now used by default?  How can I test/verify this?  (OOo xslt 
filter debug information is noticeably lacking, i.e. xsl:message or 
processor debug dump options, so I'm wondering how this is possible.)

Matthew L. Avizinis wrote:

> Greetz,
>   At the bottom of http://xml.openoffice.org/ it says that OOo uses 
> the XT parser and was used at least thru ver 1.1.x  Has this changed 
> with ver2.0?  If so, where is this documented?
> thanks much,
> Matthew L. Avizinis
>
> Svante Schubert wrote:
>
>> Hi Bryan,
>>
>> Bryan Rasmussen wrote:
>>
>>>
>>> I was just wondering what processor open office uses as the default for
>>> doing xslt transform filters, 
>>
>>
>>
>> Xalan-Java is being used as default.
>>
>>> also if it supports exsl extension functions?
>>
>>
>>
>> Yes. http://xml.apache.org/xalan-j/extensionslib.html#exslt
>>
>>
>> Regards,
>> Svante
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to