OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xml-dev] Java extension



Hello there,
I'm now working on transforming XML into SVG using XSLT.
There's following code in my XSL file like below:

<xsl:stylesheet version="1.0" 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:javaMath="http://xml.apache.org/xslt/java"
  xmlns:lxslt="http://xml.apache.org/xslt"
  extension-element-prefixes="javaMath"
  exclude-result-prefixes="lxslt">


But it seems that http://xml.apache.org/xslt cannot be accessed, 
so that the transformation cannot find the namespace contained 
Java code. Does anyone here know where apache.org has put their 
java extension in? Very thanks.

Rgds,
Bill