Hello,
I want to change my email id
so how can i unscubscribe this list ,
so that i can resubscribe with my new address.
Thanks
Mohan
>From: "Jeff Martin" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Speed?
>Date: Fri, 13 Jul 2001 12:44:50 -0400
>
>
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2307
*** shadow/2307 Mon Jun 25 06:53:04 2001
--- shadow/2307.tmp.9818Fri Jul 13 18:45:56 2001
***
*** 2,9
| An extension function cannot return a NodeIterator.|
+---
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2626
*** shadow/2626 Fri Jul 13 16:24:35 2001
--- shadow/2626.tmp.9219Fri Jul 13 16:44:15 2001
***
*** 2,9
| Embedded Transformation fails when input is the actual XML string! |
+---
>I am wondering where in the development cycle this is
Incomplete, improving rapidly.
>is there another way inside of xalan to cache stylesheets after they
>have read in and used?
If I remember correctly: go thru the TRaX APIs up to the point where you
have a Templates object, then use it to g
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2626
*** shadow/2626 Fri Jul 13 16:24:35 2001
--- shadow/2626.tmp.8989Fri Jul 13 16:24:35 2001
***
*** 0
--- 1,58
+ ++
+ | Embedded Transform
I've looked through the FAQ and related pages and I didn't see anything
pertaining to performance improvements between Xalan versions. The reason
I'm looking is that I've got an old app that is running slowly using Xalan
1.01 and am considering upgrading to the latest (is 2.2D6 stable?). It
constr
How are you invoking XalanJ? Are you doing it from the command line?
You need to be sure you have a namespace-aware parser.
Gary
Daya Sharma wrote:
>
> Hi All
>
> Can somebody please tell why am I getting this error my XSL has
>
>
> http://www.w3.org/1999/XSL/Transform";
> version="1.0">
>
Hi All
Can somebody please tell why am I getting this error my XSL has
http://www.w3.org/1999/XSL/Transform";
version="1.0">
as the first two lines...
but why does Xalan 2.0 throw this exception:
javax.xml.transform.TransformerException: stylesheet requires attribute:
version at
org.apache.xa
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2291
*** shadow/2291 Mon Jun 25 05:52:19 2001
--- shadow/2291.tmp.8336Fri Jul 13 15:45:36 2001
***
*** 103,106
different value, then they are obliged to encode in UTF-8, regardless of what
value they want to use for "
Hey folks,
I am realtively new to xalan. I would be looking for these answers in the
archives but they don't seem to be working. I am sorry if these questions
have already been answered...
there are a couple of features in the 2.2d6 release thar I am interested in.
The first and foremo
Sorry about the "G" in ApplyXPathG. Just my fat fingers. It should be
ApplyXPath.
Gary
Gary L Peskin wrote:
>
> Oh, I forgot to mention, that I also tried:
>
> java ApplyXPathG new.xml "id('a')"
>
> and got the following results:
>
> Loading classes, parsing Daniel\new.xml, and setting u
Oh, I forgot to mention, that I also tried:
java ApplyXPathG new.xml "id('a')"
and got the following results:
Loading classes, parsing Daniel\new.xml, and setting up serializer
Querying DOM using id('a')
Gary
Gary L Peskin wrote:
>
> Daniel --
>
> This worked for me just as is. Here
Daniel --
This worked for me just as is. Here are my results:
C:\Temp\Daniel>java IDTest
Has Child Nodes: true
Name: test
Value: null
Is this what you got or do you get some kind of exception? This looks
like it's working fine on my system.
The version of XalanJ that you're using is
Thank you very much for taking a look at this! Attached is a zip with a very simple
test case.
If you would be able to get this to work, I could easily apply it to my work since I
am basically
doing the same thing.
-- Daniel Einspanjer, [EMAIL PROTECTED] on 07/13/2001
On Fri, 13 Jul 2001 12:0
[EMAIL PROTECTED] wrote:
> Scott and I have tweaked the fix a bit further -- I think Gary moved a bit
> more function than he really wanted to move -- and we'll check that in.
Oops. Thanks for catching that. Gotta some trying to get these fixes
in right before bedtime. :(
Gary
Scott --
It's because of what it does.
DTMDefaultBase.declareNamespaceInContext is responsible for populating
two collections:
m_namespaceDeclSets is a vector each of whose elements is a
SuballocatedIntVector. Each entry in the vector represents a distinct
namespace environment and contains a
pauldick01/07/13 13:49:16
Modified:c/Tests/InputSource inputsource.cpp
Log:
Add code to do comparisions
Revision ChangesPath
1.2 +160 -79 xml-xalan/c/Tests/InputSource/inputsource.cpp
Index: inputsource.cpp
=
pauldick01/07/13 13:48:40
Modified:c/Tests/Harness FileUtility.cpp FileUtility.hpp Harness.dsp
HarnessInit.hpp
Log:
Many changes. New comparision methods, consolidated where
all includes happen
Revision ChangesPath
1.10 +152 -53 xml-xala
pauldick01/07/13 13:46:15
Modified:c/Tests/Compare compare.cpp
Log:
Lots of cleanup.
Revision ChangesPath
1.6 +19 -123 xml-xalan/c/Tests/Compare/compare.cpp
Index: compare.cpp
===
RCS file:
>base pathname of the file <--- in ASCII
I have a hunch it's actually storing, and showing, that information in
Unicode, since the low-order characters for Unicode are the same as ASCII.
If so, then the question would be why they aren't being converted to the
native codepage before being displa
If you want a version of Xalan that can be built on OS/390, you'll need to
get the latest source code from the CVS repository. See:
http:xml.apache.org/cvs.html
I did the port in conjunction with an IBM porting team, so it should work
fine. Please post again if you encounter any problems.
Benjamin, the patch is applied. Please refresh from CVS to verify, or let
me know if you would rather me send you a jar.
-scott
Benjamin Riefenst
Sorry for this dumb note. I think I misunderstood the issue.
-scott
Scott_Boag@lo
>I found the DOM spec you referred to. I guess now I am trying to find out
what DOM >implementation does support id().
I believe the Xerces DOM does, but _ONLY_ for nodes built by the validating
parser. If you don't validate, or if you created the node explicitly via
the DOM interface, I think
sboag 01/07/13 13:19:12
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
On code review of previous checkin from Gary P., we determined there
was a problem with the point at which type was declared a
DTM.NAMESPACE_NODE. So that part was moved back up (actual
>Wow. We have several tests that build a stylesheet from a DOM. Why
wasn't
>this caught?
As far as I can tell, it would only arise in situations where namespaces
are declared in several places within the same node hierarchy, and might
only arise when a specific prefix was redeclared. Most of o
>Node 0 is the root node of the DTM.
Actually... We _COULD rework DTM so the root node is 1 and DTM_NULL is 0,
rather than 0 and -1 as now. We could do something similar with the columns
which point to other kinds of data.
It'd be a lot of fiddling detail work, but it's doable. I'm not convince
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1397
*** shadow/1397 Sun May 20 17:25:32 2001
--- shadow/1397.tmp.7424Fri Jul 13 13:08:07 2001
***
*** 1,19
! Bug#: 1397
! Product: XalanJ2
! Version: 2.0.0
! Platform: Sun
! OS/Version: Solaris
! Status: NEW
! Resoluti
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2598
*** shadow/2598 Thu Jul 12 07:13:54 2001
--- shadow/2598.tmp.7404Fri Jul 13 13:02:08 2001
***
*** 54,57
used as comparison (Xalan, Saxon, and XT) produce the expected output.
While this might seems like an inno
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2624
*** shadow/2624 Fri Jul 13 12:58:52 2001
--- shadow/2624.tmp.7392Fri Jul 13 12:58:52 2001
***
*** 0
--- 1,17
+ ++
+ | xsltc fails conf t
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2615
*** shadow/2615 Fri Jul 13 07:24:19 2001
--- shadow/2615.tmp.7378Fri Jul 13 12:57:09 2001
***
*** 67,70
Num Section
3.7
!
--- 67,75
Num Section
3.7
!
!
! --- Addit
sboag 01/07/13 12:35:16
Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java
Log:
Application of patch submitted by Benjamin Riefenstahl
<[EMAIL PROTECTED]>
Motivation: We are using Xalan to generate HTML pages. We have the
requirement to integrate code for
sboag 01/07/13 12:13:36
Modified:java/src/org/apache/xalan/extensions
XSLProcessorContext.java
Log:
Fix problem reported by jason heddings <[EMAIL PROTECTED]>.
"In v2.0.1, I was able to pass a Node to this function and have the node
be copied to the
Kumar --
Did you ever figure out why this is happening? I have the explanation
but don't want to post it if you've already figured it out.
Gary
Kumar Shailendra wrote:
>
> Hi,
> I am trying to take the difference between two xmls files using xalan2.0
> extension function. Then print the diffe
sboag 01/07/13 12:09:22
Modified:java/src/org/apache/xalan/transformer
TransformerHandlerImpl.java
Log:
Add pauseForTransformThreadStartup. Call this in startDocument just
after starting the transform thread. This should get rid of any variability
wit
Daniel --
Did you ever get this working? If not, please attach your XML document
and the XPath expression that you're using. If you're building the DOM
from other than a text file, change your application to write out the
serialized DOM by including
FileOutputStream fos = new FileOutputStream
>Let me know if you see any huge gotchas with this
One suggestion: You proposed
>1) Output a query of rows incrementally as an XML stream
>2) Parse the stream using a SAX2 Parser (the one in Xerces)
If these are happening in the same program, you could speed this up by
outputting the query's r
I have just completed building Xalan C++ on OS/390. In testing it with
testXSLT, I get an error message, partially in ASCII and partically in
EBCIDIC that says,
XSL Warning: Fatal Error at (file , line , column)
An exception occured! Type:XMLPlatformException, Message:Could not determine
base
This is very useful information, and I thank you for it.
I found the DOM spec you referred to. I guess now I am trying to find out what DOM
implementation does support id().
I tried using the org.apache.xerces.parsers.DOMParser's getDocument() method which
uses the org.w3c.dom, but a call
to t
> Is the intended approach to simply use XObjects in these cases?
No. This is a regression. (Notice in the code where it says %TDM% and the
block is commented out... ) Somehow I missed enabling this block again.
I'll try and get it fixed right away.
-scott
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2620
*** shadow/2620 Fri Jul 13 10:20:45 2001
--- shadow/2620.tmp.5967Fri Jul 13 10:20:45 2001
***
*** 0
--- 1,24
+ ++
+ | xsltc fails conf t
try preceding qualify version with the xsl namespace:
xsl:version="1.0"
> -Original Message-
> From: Daya Sharma [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 5:24 PM
> To: [EMAIL PROTECTED]
> Subject: javax.xml.transform.TransformerException: stylesheet requires
> attribute
> XalanJ was
> trying to determine a value for a namespace declaration before the value
> was set.
Wow. We have several tests that build a stylesheet from a DOM. Why wasn't
this caught?
-scott
Morten --
I think this is a HUGE step and one that will go far toward helping the
integration of the two "flavors" of XSLT processors. Now, even
simpletons like me will be able to find a way into understanding the
overall organization of XSLTC.
Good work!!
Gary
Morten Jorgensen wrote:
>
> Sc
Hi,
I was wondering if anyone knows of a parser for parsing XPath
expressions? I am specifically wanting something written in C/C++
that can be customised to access non-xml documents using XPath
expressions. I've taken a look at the Xalan source code, but it seems
too tightly tied to the XSLT s
Martin --
1) Use setAttributeNS to set your attributes.
2) I don't see where you've added the version attribute. Be sure that
when you add it, it's in the default, not the XSLT, namespace:
tempElement.setAttributeNS(null, "version", "1.0");
Gary
Martin Sparenberg wrote:
>
> On Thu, 12 Ju
> A node index of 0 should not be allowed
Node 0 is the root node of the DTM.
> or the Int array should init to DTM.NULL.
I'm somewhat concerned that initializing an array to non-zero values would
impose a significant performance overhead, unless someone knows a
screaming-fast way of doing thi
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2617
*** shadow/2617 Fri Jul 13 07:28:37 2001
--- shadow/2617.tmp.3628Fri Jul 13 07:28:37 2001
***
*** 0
--- 1,24
+ ++
+ | (Array out of boun
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2615
*** shadow/2615 Fri Jul 13 07:24:19 2001
--- shadow/2615.tmp.3601Fri Jul 13 07:24:19 2001
***
*** 0
--- 1,70
+ ++
+ | xsltc is failing c
Scott,
Was doing the happy dance on the plane ride back. My problem was
the m_firstch was not being set on the column-header entries. Since
the Int Arrays init to 0, the first child of the column-header entries
points back to the row-set node causing an endless loop. I think I have
a handle on th
Please refer to my recent e-mail to xalan-dev:
> Do not try to run any extensive testing on the TrAX implementation.
> This is just a very basic start and proof of concept.
I added some new TrAX code today, which demonstrates how the current
XSLTC TrAX implementation can be used. These samples a
Thanks Gary for your quick help in fixing this!
I just tried it out and it works absolutly great!
(Forget my previous email about the try/catch block,
I send it about 15 minutes before I received the
notification about your fix).
Have a nice week,
Carsten
> -Ursprungliche Nachricht-
On Thu, 12 Jul 2001, [EMAIL PROTECTED] wrote:
> >"DOM006 Hierarchy request error"
>
> That means you're trying to insert a node someplace that the DOM spec says
> it doesn't belong -- eg, trying to insert a second root element, or trying
> to make an element the child of a text node. Check and fi
Hi Padraig,
Bruno Verachten wrote:
>> I have the same problem, when setting the
>> javax.xml.transform.TransformerFactory
>> system property to
>> org.apache.xalan.xsltc.trax.TransformerFactoryImpl.
> Try org.apache.xalan.xsltc.trax.TransformerFactoryImpl
> The location of this class cha
Scott & all,
I have modified our TrAX implementation in org.apache.xalan.xsltc.trax
do reflect the design we came up with after our phone meeting a couple
of days ago. Our TransformerFactoryImpl class is basically a stylesheet
compiler. The definition for (ie. bytecodes) the translet class and al
Hi all,
I have a small problem with the HTML output of Xalan.
Motivation: We are using Xalan to generate HTML pages. We have the
requirement to integrate code for ad banners. The ad server provider
has written the code to use with compatibility to NetScape 4 in mind.
The code uses the NetSca
morten 01/07/13 03:36:19
Modified:java/samples/CompiledApplet TransformApplet.java
java/samples/CompiledBrazil TransformHandler.java
java/samples/CompiledServlet CompileServlet.java
Added: java/samples/CompiledJAXP Compile.java Transform.java
Log
morten 01/07/13 03:32:37
Modified:java/src/org/apache/xalan/xsltc/compiler XSLTC.java
java/src/org/apache/xalan/xsltc/trax TemplatesImpl.java
TransformerFactoryImpl.java TransformerImpl.java
Log:
A few minor adjustments to yesterdays JAXP/TrAX
morten 01/07/13 03:25:06
xml-xalan/java/samples/CompiledJAXP - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yes, that's it. Thanks !
Rein
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 12, 2001 7:07 PM
Subject: Re: Can't locate API module structure 'mod_xslt'
>
> I think this may be a typo in the documentation. Try using xslt_module as
> is spec
Hello,
with the serialized dom/node attached to the last mail it is possible to
reproduce the exception by simply calling XPathAPI.selectNodeList(node,
"*/*");
After some investigation into the code of the SuballocatedIntVector
we found out that placing a try/catch block around the method which
Hi Bruno,
Bruno Verachten wrote:
> Hi Paul,
>
> I have the same problem, when setting the
> javax.xml.transform.TransformerFactory
> system property to
> org.apache.xalan.xsltc.trax.TransformerFactoryImpl.
> In the doc, it was written we had to give this value: |
> org.apache.xalan.xsltc.runtime
Carsten --
I have uploaded a fix to CVS for this strange problem. XalanJ was
trying to determine a value for a namespace declaration before the value
was set. Thanks much for your persistence in this. I appreciate the
work involved in migrating from DOM Level 1 to DOM Level 2 in your
applicati
garyp 01/07/13 00:59:42
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Fix problem reported by Carsten Ziegeler <[EMAIL PROTECTED]>. Using ApplyXPath (or
doing a transformation) with DOM input was resulting in an NPE due to
declareNamespaceInContext() being
64 matches
Mail list logo