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
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.
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
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
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
, 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
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
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
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
} else {
cerr << "xalan_transform" << "Exception text is
empty" << endl;
}
}
catch(...)
{
error_msg.append("Error: XalanTransformer threw an
exception - ");
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
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.
> 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
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
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
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
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);
);
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
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:
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
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
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
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
23 matches
Mail list logo