[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] Java extension
- From: BillGong <billinfo@sina.com>
- To: "xml.org" <xml-dev@lists.xml.org>
- Date: Tue, 09 Oct 2001 00:13:26 -0600
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