RE: Xalan performance issue on large files...

2009-11-18 Thread Rob.Conde
2009 9:47 PM To: xalan-c-users@xml.apache.org Subject: Re: Xalan performance issue on large files... On Tue, Nov 17, 2009 at 6:39 AM, Rob.Conde wrote: Hey David, I understand if you haven't gotten to it yet, but I wanted to make sure you got my example file and perhaps confirmed or

RE: Xalan performance issue on large files...

2009-11-17 Thread Rob.Conde
Hey David, I understand if you haven't gotten to it yet, but I wanted to make sure you got my example file and perhaps confirmed or were unable to confirm the performance issue with it... Thanks, Rob Conde

Xalan performance issue on large files...

2009-11-12 Thread Rob.Conde
Hey David, I'm seeing some really bad performance while attempting to transform a 30 megabyte xml file. As a benchmark, I tried running just the identity transformation against my file in both .NET 2.0 and in Xalan. .NET took ~3 seconds...I killed the Xalan after 25 minutes. I didn't try di

RE: The periodic question...

2008-10-16 Thread Rob.Conde
... Rob.Conde wrote: > Hey David, > Does the current trunk work with xerces 3.0? Any plans for a xalan > release matching 3.0 in the near future? Yes, it should work with both Xerces-C 2.8 and Xerces-C 3.0. I am working on a release right now, but I don't know the ETA. The head of th

RE: The periodic question...

2008-10-15 Thread Rob.Conde
Thanks for that update...we will indeed begin testing. Rob -Original Message- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 3:07 PM To: xalan-c-users@xml.apache.org Subject: Re: The periodic question... Rob.Conde wrote: > Hey David, > Do

The periodic question...

2008-10-13 Thread Rob.Conde
Hey David, Does the current trunk work with xerces 3.0? Any plans for a xalan release matching 3.0 in the near future? Thanks for the hard work, Rob

RE: XPath parsing bug?

2008-08-04 Thread Rob.Conde
Thanks David for the reply and workaround - always good to know you're not crazy/dumb. Rob -Original Message- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 7:56 PM To: xalan-c-users@xml.apache.org Subject: Re: XPath parsing bug? Rob.Conde wrote:

XPath parsing bug?

2008-07-30 Thread Rob.Conde
I'm using Xalan 1.9 When compiling an xsl containing the following: I get the following error: "A node test was expected.pattern = 'Items/value//@name' Remaining tokens are: ('@' 'name') This works with the .NET xpath processor however. Isn't this valid xpath? FYI we found the following

Xerces 2.8

2007-09-12 Thread Rob.Conde
Hey David, Are you going to do a new Xalan release to coincide with xerces 2.8 (Do you know what happened to 3.0 btw?) Rob Conde

RE: dll Hell...

2007-08-02 Thread Rob.Conde
2, 2007 6:19 PM To: xalan-c-users@xml.apache.org Subject: RE: dll Hell... We solved the problem by wrapping the external interfaces with a C++ namespace. -Original Message- From: Rob.Conde [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 6:16 PM To: xalan-c-users@xml.apache.org Su

dll Hell...

2007-08-02 Thread Rob.Conde
Hey guys, I've run into a situation with xerces, but I thought I'd bring it up here because it applies equally. Currently we're using xerces 2.6 and xalan 1.9 because we're using vs2005 and don't want to release with "unofficial" versions (i.e. the trunks). Those xerces 2.6 and xalan 1.9 ar

RE: Xalan trunk...

2007-02-23 Thread Rob.Conde
Ok I'll wait for that then...as the xerces roadmap predicts a mid 2005 release of xerces 3, I guess we're about due :) Thanks for the heads up, Rob -Original Message- From: David Bertoni [mailto:[EMAIL PROTECTED] Sent: Friday, February 23, 2007 11:14 AM To: xalan-c-users@xml.apache.org S

RE: Visual Studio 2005 debug build issue

2005-11-16 Thread Rob.Conde
FYI - I found the same as Geir - I just haven't had time to report it. Robert Conde -Original Message- From: Geir Guldstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 3:57 AM To: xalan-c-users@xml.apache.org Subject: Visual Studio 2005 debug build issue Hello All, I w

Building on Visual Studio 2005

2005-11-04 Thread Rob.Conde
Ok,     I know it’s only been out for a few days, but I’m having trouble building Xalan 1.10 on Visual Studio .NET 2005.   Problem #1: VS 2005 nmake does not appear to suck in tools.ini files even though the docs say it should. This leaves things undefined and causes Localizatio