Re: Xalan C++ document() tech question

2002-06-25 Thread paul_dick
Hold on there cowboy. This question is for C++ not Java. >Could someone tell me how/when/where the "document()" XSLT function >actually happens... The document() function code is found in src\XSLT\FunctionDocument.cpp >I am using XML::Xalan (and Perl) to bind to Xalan C++ and currently >destro

RE: Regression testing/compatibility with Xalan 2.4 D1?

2002-06-24 Thread paul_dick
I just updated from CVS and ran the extension tests. The first four tests for NodeSet ran just fine. Pull down fresh from CVS and you should be Ok. Paul

Extension Enhancements

2002-06-06 Thread paul_dick
This is being posted on behave of Donald Leslie. I am still unable to send this message, so would you please forward it to [EMAIL PROTECTED] for me? Thanks. -- Don I would like approval to commit some work on extensions that I have just completed. My additions/revisions p

Re: [PATCH] build.xml missing parser.jar for xsltc

2002-04-12 Thread paul_dick
Hi Scott, Try using build.bat, it does some initial setup, if your not using build.bat let us know. I've been building and using XSLTC for sometime without problems. What build target do you specify? You need to buid XSLTC separately, it does not automatically get build with Xalan. "

Re: Multioutput with Xalan-C++

2002-03-04 Thread paul_dick
Dieter, Currently XalanC does not support element extensions i.e. redirect, the way XalanJ does. Paul "Boell, Dieter"

Re: XSL trans dies on Windows (C++)

2001-11-29 Thread Paul_Dick
Matt, I ran your code on my test machine. The only change that was necessary was to give a fully qualified path to the files. XSLTInputSource theXMLSource ( "people.xml" ); XSLTInputSource theStylesheetSource( "trans.xsl" ); XSLTInputSource theXMLS

Re: xsl:strip-space bug?

2001-11-16 Thread Paul_Dick
Anamitra, This is the mailing list for Xalan related discussion. The stylesheet you presented does nothing. You've defined no templates so the default template is executing, with the correct output. Add some templates and you should start to see thing happen. Paul

RE: The Xalan test suite

2001-11-09 Thread Paul_Dick
Hi Peter, Glad to see your interest in XalanC. Any and all help is greatly appreciated. Thanks again. Regards Paul

Re: big files / No more DTM IDs / ArrayIndexOutOfBounds

2001-11-01 Thread Paul_Dick
Yes , unfortunately that is correct, Sorry I didn't pay attention to the details of your problem. Paul

Re: big files / No more DTM IDs / ArrayIndexOutOfBounds

2001-11-01 Thread Paul_Dick
Howard, >I am a command-line xalan user (e.g., xalan.xslt.Process, not my own >Java code). Since your not tied into using Java, an alternative might be to try the XalanC processor. Paul

RE: Xalan and Xerces C++ 1.5.2

2001-11-01 Thread Paul_Dick
Hi Peter, Answers below. "Peter Murphy" <[EMAIL PROTECT

Re: Redirect extension in Xalan C++ 1.2?

2001-10-30 Thread Paul_Dick
There is not a redirect extension, or to the best of my knowledge, anything similar. XalanC does not support extension elements like XalanJ. Paul

Re: bug?

2001-10-25 Thread Paul_Dick
Be sure that you specify the proper encoding on both the source file and your stylesheet. Something like Paul

Re: using count()

2001-10-24 Thread Paul_Dick
Jim, Put the correct URL for the xsl namespace and things will work just fine. xmlns:xsl="http://www.w3.org/TR/WD-xsl is msxml bastardized URL. And also be sure to put in the version attribute. Paul

Re: Splitting the list (was: RE: Problem with format-number in the latestXalan C++)

2001-10-22 Thread Paul_Dick
Yes, Coffee is always good. But I think you boys missed your coffee many weeks ago. The user list was split. C++ usage should be directed to [EMAIL PROTECTED] and for java there's [EMAIL PROTECTED] Paul

Re: AW: 'illegal axis name' when using the xpath processor

2001-09-10 Thread Paul_Dick
Michael, Can you provide the xsl/xml files you are using, that generates this error. Paul Michael

RE: XalanTransfomer with DOM input

2001-08-23 Thread Paul_Dick
Achim, Check out the following; http://xml.apache.org/xalan-c/usagepatterns.html. Also if you pull down the xml-xalan\c\tests directory. You'll also find some of the tests we're currently using for xalanC. Paul

Re: How to run Test Suite against XalanC???

2001-08-23 Thread Paul_Dick
>I'm looking for help/hints on how to set up and run the Xalan C++ test suite >properly, in order to test the new Mac OS X port of Xalan C++. >Are there any QA/Test personnel lurking out there that will give me pointers >please? James, Sorry I didn't get back to you earlier, but we've been bu

Re: Problem outputting to a file when upgrading to XalanC 1.2

2001-08-21 Thread Paul_Dick
Paul What platform of XalanC are you using? Paul

Re: Redirect Extension for Xalan-C++?

2001-08-20 Thread Paul_Dick
Holger, Redirect has not been implemented for Xalan C++. I'm not sure why it has not but, maybe Dave B. will give you more info. Paul Holger Flörke

Re: External Function Xalan-C++

2001-08-20 Thread Paul_Dick
Holger, See the Usage patterns section http://xml.apache.org/xalan-c/extensionslib.html#nodeset. The nodeset function will parse a Result Tree Fragment into a nodeset. The actual code implemented in FunctionNodeSet should give you some ideas on how to do what you need. Paul Hi, I woul

Re: List Archive

2001-08-14 Thread Paul_Dick
Paul Check out http://marc.theaimsgroup.com/?l=xalan-dev&r=1&w=2 Paul

Re: Xalan and Xerces 1.5.1

2001-08-14 Thread Paul_Dick
Nikita, I assume you're referring to Xalan C++, Hopefully we'll have it out by weeks end, if not early next week. Paul Nikita Sawant

Re: indent and tag

2001-07-31 Thread Paul_Dick
Noel, If you're using the XalanJ 2.x processor, refer to the following usage pattern note ( http://xml.apache.org/xalan-j/usagepatterns.html#outputprops ) on how to get indenting to be visible. The outputting of spaces for indenting purposes is set to zero for performance reasons, but through

Re: test boolean43 seems wrong

2001-07-11 Thread Paul_Dick
Tom, I think the point is that the variable created contains just a single root node with no children and since a " node-set is true if and only if it is non-empty" TRUE is returned. See sections 11.2 XSLT second bullet, and Xpath 4.3 (Boolean) second bullet as well. Paul

Re: Xalan-C++ xsl:import bug

2001-06-15 Thread Paul_Dick
Matt, I've tried to reproduce this behavior with a simple example but could not. Are you still seeing this problem? If so could you please post all the files necessary to reproduce it. Paul

Re: Version of Xerces for use with Xalan C++

2001-06-01 Thread Paul_Dick
Anthony, I would suggest that you use one of the distributions instead of these nightly tar files from CVS. The distribution contains the latest released version of Xalan, with accompanying versions of Xerces. These can be found at http://xml.apache.org/dist/xalan-c/. However, if you want th

RE: html output???

2001-06-01 Thread Paul_Dick
Oops, I stand corrected. Thanks Jürgen Paul

RE: html output???

2001-05-31 Thread Paul_Dick
Dmitri, Unfortunately I don't think you'll be able to force Xalan to output everything on a single line. There is special processing for and tags that seem to force them to be inline, but all other tags will be put on a separate line. Sorry. Paul

Re: html output???

2001-05-31 Thread Paul_Dick
Dmitri, The output properties for Xalan can be customized. See the following FAQ http://xml.apache.org/xalan-j/usagepatterns.html#outputprops. This should allow you to set up the formatting behavior the way you want. Paul