  | |  | Xalan | I ' processing the document below with Xalan and the template below
experience a funny effect that I cannot explain.
As long as I have the <!DOCTYPE-element in my document processing will
correctly
Hi
i am using Math.abs(inumber) in my xsl to get the absolute value . This
works fine with xalan.
If i want to move any other engine which supports transformations does this
Math.abs works with t
Hi All
Till now i am using xalan2.2d11 . jdk1.5 contains xsltc by default . I want
to move from xalan to JDK 1.5 So i will remove xalan.jar . Will there will
be any problem expected if i do so . An
Hi All
If i use jdk1.5 instead of xalan.jar what could be the problems i can
expect. i heard that to overcome this we need to put some jar 's in endorsed
directory of jdk . CAN any one tell me the r
Hi
I got some problems using Xalan (and Xerces with the old
org.apache.xml.serialize package as well) for serializing to the HTML format. It
does *NOT* escape ampersands either as "& " or As long as we 're on the topic of XALAN extension functions I too am looking for some help. I 've got an existing XALAN-J based system (I didn 't create it) that I 'm trying to add on to. I want to creI 'm having trouble getting extension functions written in JavaScript
working with Xalan 2.7.0.
We 've been using Xalan 2.6.0 (with memory leak patched) and the older
com.ibm BSF package.
We 'd likeI have a problem with Xalan 2.7. Have a look at the following snippet
<a a1 xmlns a "http //a "
xmlns b "http //b "
xmlns xsi "http //www.w3.org/2001/XMLSchema-instance " >
<a a2 xsi typHi from a list and XALAN newbie seeking the advice of world class GURU -
experienced and knowledgeable XALAN expert - competent XALAN user - anybody
with a clue - about whether the behavior described
Hi
I 'm using Xalan (2.6.0) to perform XSL Transformation for a web site.
The server is Weblogic 8.1 SP1 on Windows XP. Our customer have 3
environments testing integration production. This conI 'm trying to loop over tokens in a comma seperated input parameter.
Something like this
<xsl transform version "1.0 "
xmlns xsl "http //www.w3.org/1999/XSL/Transform " >
<xsl output method "xml " omit
Hi all
Trying a very simple transform using XalanJ 2.6.0.
---------- <XSL > ----------
<?xml version "1.0 " encoding "UTF-8 "? >
<xsl stylesheet
xmlns xsl "http //www.w3.org/1999/XSL/Transform "
ve
Hi All
i need to transform a big source xml into target xml . My source xml comes
with the namespace prefix and my xsl doesnt contain any prefixes for xpath.
its very difficult to change all the xHow can I set variables in an XML document in Java?
Suppose I have the following XML document in a file on disk
<?xml version "1.0 " encoding "UTF-8 "? >
<document >
<entity type "normal " id "1 " >${fooAfter installing Xalan-J I was keen to try the SimpleTransform
described on
http //xml.apache.org/xalan-j/getstarted.html
However I couldn 't find the SimpleTransform subdirectory.
DoI need to create an extension function. I 'm working off the example material on the http //xml.apache.org/xalan-j/extensions.html#ex-java page. In the xalan component script definition I see src "xThis is a "how to " question. I 've read through example material for defining a javascript function in an XSL but not gotten anything to work yet.
I think I have bsf.jar and js.jar in the right spo
Hello all
I have an XSLT parameter like
<xsl param name "DateFormat " > 'eeee ' </xsl param >
I 'm trying to use this XSLT parameter as a parameter to my custom class
<xsl value-of
Hello
How can I have ALL files in a directory transformed automatically one after
the other?
Right now I have the following
java org.apache.xalan.xslt.Process -in ze/1.xml -xsl tm.xsl -out Temp/1Hello
I was doing some experimenting with what kind of objects you can pass in
as a parameter. Turns out you can pass entire org.w3c.dom.Node and
Documents into Xalan which I was very happy with.
Hi
I am looking for XSLT processor which has implemented support for Partial
XSLT or Incremental maintainance for materialized XSLT view.
(document ----XSLT--- > view)
The intend is to use it in wy
Hi
Is it possible to use xalan with a pull parser like Woodstox?
Could you please help me with an example
Syefan
--
View this message in context http //www.nabble.com/xalan-with-pull-parser-tf34Hi All
I am using xalan sql extesnion. My xsl code is having a variable
named as varDB and in this variable i connect to database and the this
variable varDB is used in firing query. Queries I am using Xalan in an HttpServlet to transform Documents created on the fly. I
wrote a URIResolver to pull the templates from the Servlet context
(ServletConfig.getServletContext().getResourceAsStrea
Hi there may be a simple answer to this but I have not found anything.
I have an XML file that is entity-encoded (see below) which I want to
transform into an HTML file using Xalan. What would be Hi.
While running some tests I noticed something strange - applying
transformations concurrently + unsynchronized using the same template
instance *appears* to be yielding unexpected results i.e. i
I am in a process of editing a xml document. i.e update certain nodes or
addition of some in document.
I s there any easy way of doing that.
Zeeshan
--
View this message in context http //www.nabI 'm trying to serialize nodes to an XML string using Java extensions. I 'm
trying to avoid writing my own. I thought perhaps I could use the
DOMSerializer in Xalan-J.
However I 'm having trouble call
I build a DOM with the following xml
<root > <child1 >text </child1 > <child2 >text </child2 > </root >
After serializing using the xalan serializer with the pretty-print option I
get
<?xml version "1.0 " en
FYI I set this note to the Apache board for their February meeting.
- Brian Minchau
----- Forwarded by Brian Minchau/Toronto/IBM on 02/16/2007 05 51 PM -----
 |
|
 |