  | |  | Xalan | Hello
Running the JavaScript extension is failing with a
"java.lang.reflect.InvocationTargetException ".
I see on MARC that others have had this problem. I 've taken the liberty
of posting a new bug Suggestion that the website change. Under the section "Where can I ask
questions about XSLT? "
http //xml.apache.org/xalan-j/faq.html#faq-N10025
there are links to the user and dev archives
htt
"Jeff Greif " <jgreif@(protected) > wrote
> The PrefixResolver interface supports two flavors of
getNamespaceForPrefix.
> The javadoc which incorrectly describes these functions as determini
I have two documents that I would like to merge using XSLT and I would like
to access them via the classpath. I thought the XSLT document() function
would be the way to go but it appears to only wo <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN " >
<html >
<head >
<meta content "text/html charset ISO-8859-1 " http-equiv "Content-Type " >
</head >
<body bgcolor "#ffffff " text "#000000 " >
Hello
We 've got a stylesheet broken into parts which are
<xsl include > 'd. This was fine for the first bit but with the second
bit (which is about 90k) now we can 't run with XSLTC (although it alljdk jdk1.5.0_07
I try running this utility as prescribed in the document using link
http //xml.apache.org/xalan-j/faq.html#environmentcheck
the command I use is
java org.apache.xalan.xslt.EnviroI have a problem for which I have found a somewhat undesirable work
around. It seems that when I issue an XPath statement that ends with
"text() " on some systems especially ones where memory and pHello
I am trying to set the attribute
"http //apache.org/xalan/features/source_location " with the value true
in order to use the lineNumber() function in an xslt stylesheet.
I call xalan from an aHi all
I am packaging xalan.jar with pack200 (with rsa signature). When verifing extracted (and signed) xalan2.7.jar from pack.gz file jarsigner shows something like this
jarsigner java.lang.SecuDear all
I am having problem in one of my XSL which I believe is due to the lack
of context on the nodelist returned by one of my XSL extensions.
The function looks like
public static org.w3cHi
I 'm trying to add an XPath function to Xalan 2.7.0. The function itself
compiled without any problems but using
org.apache.xpath.compiler.Functiontable.installFunction yields errors I
can 't coAs a way to optimize loading and parsing of XSLT we are making use of
javax.xml.transform.Templates and maintain an in-memory cache of the
Templates by name
Within the XSLT itself usually there areHello
I 'd like to have your opinion regarding a possible bug in Xalan 2.7.0...
Here are 2 stylesheets. With the first stylesheet output is always escaped
(it 's not what I expect) while in the secWe are currently working with xalan 2.6. There are a lot of dependencies so
I 'm not sure if upgrading to 2.7 would be easy for us.
Anyway the problem that we 're having is that one application uses Hello
what type of exception should be thrown in an extension for XSLTC/Xalan
for error handling? I have a complex extension and want to provide error
messages to the user if a wrong extension call Hello
I am searching for an extension class to add regular expression support
to Xalan and XSLTC. Can anyone point me to such resource?
Of course best case would be to support the EXSLT syntax.
THello
what is the fastet way to return nodes by an extension function in
XSLTC? I am using dom4j to hold a document reference which will be
requested by a xsl variable like this to access external[ANNOUNCE] Hello Everyone
Stylus Studio has just released a new XQuery tutorial entitled
Defining your own Functions in XQuery. This tutorial allows developers
to learn how to leverage powerful XQu
Hello all!
I have a strange problems with numbering of pictures in my document.
I am trying to make FO file from my XML document and XSL-FO file using
XALAN-J 2.7.0. Then I want to produce PDF. ProHello
I need to implement an extension to access some external content. The
content is different on a per-user base and so I need to specify the
right source to the extension before it is used (th >
> We are upgrading from 2.5.1 to 2.7.0 and am seeing NPE being thrown when
> 2.5.1 used to throw a TransformerException.
>
> The use case is
>
> we are using entity parameter in the XSLT . In 2.5.[Announce]Dear Xalan-J Users
Stylus Studio has just released a new XSLT tutorial entitled An
Introduction to XSLT. You can view this free online video tutorial
today at http //www.stylusstudio.comHi
I have the following task
Create an arbitrary formatted file (XML/HTML/CSV whatever) based on a
Select from a database.
As a constraint the amount of data fetched from the database can not
be sHi all
I wonder if the XSLTC redirect encoding problem (
http //issues.apache.org/bugzilla/show_bug.cgi?id 22063) is still there. Is
there any workaround for it?
--
Stephen Suen
stephen.suen@(protected)Hi
I 'm seeing a problem with a Jetty MBean that makes use of Xalan. The
problem manifests as a classcast exception.
Looking at the stack trace it appears that the code is failing in
FilterExprIterHi Timothy
I tried several values of IDENT_DTM_NODE_BITS (always recompiling all files). The Problem was that with IDENT_DTM_NODE_BITS 8 I got an "Out of memory error " instead "no more DTM IDs av I am receiving an exception when I try to generate a PDF in a Servlet using
FOP under JBoss4.0.1SP1 (and JBoss4.0.3SP1) in a Redhat linux 2.1 OS. Also
using xalan 2.6 and Java 1.4.2_10.
I am runninhi
i 'm new to xalan and xsl. i 'm trying to get elements using the id function from an html document. i don 't work with an xsl document just trying to get elements.
this is my code (basically sligHi
I 'va had trouble with "no more DTM IDs available " while transforming
very large XMl documents ( > 200 MB).
I found a solution by changing IDENT_DTM_NODE_BITS to 8 (in
com.prostep.xml.dtm.DTMMana |
|
 |