Cannot open include file: 'LocalMsgIndex.hpp'

2004-12-31 Thread David Fishburn
I just downloaded: Xalan-C_1_9_0-src.zip xerces-c-src_2_6_0.zip I am trying to build using: C:\OpenSrc\xalan\C\xml-xalan\c\Projects\Win32\VC7.1 I get this error: c:\OpenSrc\xalan\C\xml-xalan\c\src\xalanc\PlatformSupport\XalanMessageLoader .hpp(28): fatal error C1083: Cannot open

Creating a dynamic

2004-10-04 Thread David Fishburn
Xalan 1.8 on WinXP What I am really trying to do is produce an HTML table, where I can dynamically set the foreground colour of the text. The XML has an element that indicates whether the foreground should be highlighted or not.

RE: JavaScript inside of XSL

2004-08-13 Thread David Fishburn
Right, thanks. I replaced: && With: && Based on this webpage, which does a good job of listing which items need escaping and what values to use. http://www.htmlhelp.com/reference/html40/entities/special.html Dave > -Original Message- > From: Keith Rogers [mailto:[EMAIL

JavaScript inside of XSL

2004-08-13 Thread David Fishburn
Apologies for not having done my homework, but I thought I would field a quick question. I haven't been working on this project for sometime, so I would have to get back into it. I am using Xerces 2.5.0. I believe I am using Xalan 1.8.0, not sure how to check since the directory name I unzipped d

XMemory.cpp - Assertion failed: manager != 0

2003-10-08 Thread David Fishburn
Something so simple... Mark/David thank you for your time. This problem has been plaguing me for months now. I appreciate the help. My sample app works great with those compiler changes. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, Octobe

RE: Memory problems with Release version and a DLL

2003-10-08 Thread David Fishburn
, October 08, 2003 10:10 AM To: xalan-c-users@xml.apache.org Subject: RE: Memory problems with Release version and a DLL #include "extfnapi.h" This seems to be missing. > -Original Message- > From: David Fishburn [mailto:[EMAIL PROTECTED] > Sent: 08 October 2003 14:58

Memory problems with Release version and a DLL

2003-10-08 Thread David Fishburn
Good Morning Dave. You reviewed and closed this case earlier (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23280), since I have really botched my reproducable (apologies, cut too much code out). The new repro I uploaded works for 5 iterations, then fails. This is exactly what I am seeing w

RE: Xerces memory error - assertion

2003-09-19 Thread David Fishburn
iday, September 12, 2003 2:12 PM To: David Fishburn Cc: xalan-c-users@xml.apache.org Subject: RE: Xerces memory error - assertion Hi Dave, Please make sure your replies go the list, not to me directly. You cannot use Xerces 2.3.0 and Xalan 1.5 together without rebuilding Xalan, so if you hav

RE: Xerces memory error - assertion

2003-09-12 Thread David Fishburn
ave learned some things ... :-) TIA, Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 2:12 PM To: David Fishburn Cc: xalan-c-users@xml.apache.org Subject: RE: Xerces memory error - assertion Hi Dave, Please make sure your rep

Xerces memory error - assertion

2003-09-12 Thread David Fishburn
} else { cerr << "xalan_transform" << "Exception text is empty" << endl; } } catch(...) { error_msg.append("Error: XalanTransformer threw an exception - ");

RE: (A Way of Life)

2003-08-31 Thread David Fishburn
I sent an email earlier about this as well. Other mailing lists (like Vim), you must be a subscriber before you are allowed to post to the mailing list. I think this should be added. Dave -Original Message- From: Berin Lautenbach [mailto:[EMAIL PROTECTED] Sent: Saturday, August 30, 2003

RE: establish business relations

2003-08-12 Thread David Fishburn
Does anyone know how these spam emails make it to the list? I am on the Vim.org list and have never received something like this. I thought through the subscribe/confirm additions to the list, this stuff doesn't happen. Dave -Original Message- From: NingBo FuYin Travelling Products Corp.

RE: Xsl:include support - how to enable it?

2003-08-07 Thread David Fishburn
> My copy of Xalan-C_1_6_0D.dll _does_ contain the following symbol: > [EMAIL PROTECTED]@xalanc_1_6@@[EMAIL PROTECTED] rcesc_2_3@@@Z By the way, what tool did you use to find that you had that symbol? I can't figure out which Microsoft utility will list the symbols in a debug lib/dll. Thanks, Dav

Using XSLTinputSource

2003-08-06 Thread David Fishburn
Xalan 1.6 Xerces 2.3.0 WinXP VC 6 sp5 I basically copied the StreamTransform code from Xalan 1.5 (just moved to Xalan 1.6) istrstream theXSLStream(xsl_str.c_str()); XALAN_USING_XALAN(XalanDOMString); XALAN_USING_XALAN(XSLTInputSource); XALAN_USING_XALAN(Xala

RE: Xsl:include support - how to enable it?

2003-08-06 Thread David Fishburn
I just upgraded to Xalan 1.6 and Xerces 2.3.0 WinXP VC 6 sp5 Besides changing the location of a couple of includes, I can successfully build a Release version of my project. I get compiler errors when I try to compile the Debug version of my Project though: Linking... Creating library Debug

Compiler errors building Xalan 1.5 with Xerces 2.3.0

2003-08-05 Thread David Fishburn
I downloaded: http://xml.apache.org/dist/xerces-c/stable/archives xerces-c-src2_2_0.zip xerces-c2_2_0-win32.zip xerces-c-src_2_3_0.zip xerces-c_2_3_0-win32.zip I have Xalan 1.5 and Xerces 2.2.0 compiling and running fine (I had to rebuild both using VC6 to compile

Getting error information from exceptions

2003-07-31 Thread David Fishburn
Xalan 1.5, Xerces 2.2.0 Coming from the samples, I have code like: try { // Create an instance of the class we wrote to handle // the callbacks... CallbackHandler theHandler(api, arg_handle, &retval);

RE: Xsl:include support - how to enable it?

2003-07-30 Thread David Fishburn
); return new URLInputSource(URL); } }; Any rewriting that you want to take place can be performed on the URL object. > -Original Message- > From: David Fishburn [mailto:[EMAIL PROTECTED] > Sent: 29 July 2003 16:05 > To: 'Mark Weaver'; xalan-c-users@xml.ap

RE: Xsl:include support - how to enable it?

2003-07-29 Thread David Fishburn
Right, but where (what directory), do I create this class in: entity resolver class. Then what do I need to recompile to enable it? Thanks, Dave -Original Message- From: Mark Weaver [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 8:52 AM To: xalan-c-users@xml.apache.org Subject:

RE: Xsl:include support - how to enable it?

2003-07-25 Thread David Fishburn
Thanks for the response Mark. I am new to all of this. I read through the API documentation for the EntityResolver (http://xml.apache.org/xerces-c/apiDocs/classEntityResolver.html). It looks like it will do what I need it to. In fact the sample code in the doc has: *#include

RE: Need sample using ostream

2003-07-17 Thread David Fishburn
Thanks for both of those suggestions. That probably has enough to get me working. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 1:48 PM To: xalan-c-users@xml.apache.org Subject: Re: Need sample using ostream > I have recompiled

Xsl:include support?

2003-07-17 Thread David Fishburn
Xalan 1.5 Xerces 2.2.0 WinXP VC6 sp5 I am converting our code from Java Xalan to C++ Xalan. One of the things we use on every page is: http://www.w3.org/1999/XSL/Transform"; version="1.0"> Specifically: For Java Xalan, I had to create a XSLTURIResolver.java. When a xsl:in

Need sample using ostream

2003-07-17 Thread David Fishburn
Xalan 1.5 Xerces 2.2.0 WinXP VC6 sp5 I am trying to write a wrapper DLL for transformations so that I can embedded xalan in my application. I have recompiled Xalan 1.5, Xerces 2.2.0. I have also flipped through and tried some of the various examples. I decided I would start with XalanTransform s