[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-16 Thread Tobias Sager (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1318?page=comments#action_59305 ] Tobias Sager commented on XERCESC-1318: --- Thanks for your comments. Just to clarify: - Using the VC6 project files to build an ICU enabled build works correctly

Re: The Road to 3.0

2005-02-14 Thread Tobias
t's why i asked to open the xerces dom api in a 3.x so that it is usable from xalan's point of view or vice versa, before pulling in some other libraries for xpath like pathan. tobias > > > The first of the two requirements is the killer, because it > > > essentially

RE: The Road to 3.0

2005-02-14 Thread Tobias Schütte
on't worry, dave, I don't really suggested to modify xalanc :), I only mentioned your name, because you can add some good extra arguments moving away from c strings in xerces, just because of xalan has is own string class. tobias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-28 Thread Tobias Sager (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1318?page=comments#action_57105 ] Tobias Sager commented on XERCESC-1318: --- No, I am building with Visual Studio .NET. I followed the instructions here: http://xml.apache.org/xerces-c/build-misc.html

[jira] Created: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-27 Thread Tobias Sager (JIRA)
: Windows 2000 Reporter: Tobias Sager Priority: Minor It is not possible to build Xerces with ICU support using MSDEV VC7 solution files. There is no error, but the resulting dll does not have ICU dependencies. Building with VC6 files results in a ICU enabled build. Is it the missing

AW: Parsing character streams

2004-08-23 Thread Tobias Schütte
just build a InputSource/BinInputStream pair for your udp data stream and pass an instance of that inputsource to a dom/sax/sax2 parser, take a look at LocalFileInputSource/BinFileInputStream in xercesc/(util|framework). mfg/regards Tobias -Ursprüngliche Nachricht- Von: Andreas Karlsson

DOM-Level-3-Val

2004-06-29 Thread Tobias Schütte
is any support of DOM Validation already planned? Has anyone begun or done something similar? mfg/regards Tobias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem using national (swedish) characters

2002-06-14 Thread Tobias Blomberg
ty. What am I doing wrong. I have tried to use setlocale(LC_ALL, "ISO-8859-1") but it works no better. Everything else works just fine, as long as I don't use any swedish characters. Can someone help me with this, please. I use version 1.7.0 of Xerces-C on Red Hat Linux

Fwd: XMLString

2002-02-04 Thread Tobias McNulty
ne else had trouble with this? > >Thanks, > >Toby -- Tobias McNulty Data Description, Inc. 840 Hanshaw Road, Suite 9 Ithaca, NY 14850 Phone: (607) 257-1000 E-mail: [EMAIL PROTECTED] Web: www.datadesk.com - To unsubscri

XMLString

2002-01-30 Thread Tobias McNulty
Hello, I am trying to use XMLString::transcode(XMLCh * in, char * out, int len) to convert my DOMString to C string. When I try to link to xerces- c_1D.lib on win32 I get a message that the above named function is an undefined symbol. I downloaded the Xerces source and rebuilt it in VS6 -- w

Re: DOMString

2001-12-28 Thread Tobias McNulty
mplemented a function >through which you can return memory that was allocated by Xerces. > >HTH, >Don -- Tobias McNulty Data Description, Inc. 840 Hanshaw Road, Suite 9 Ithaca, NY 14850 Phone: (607) 257-1000 E-mail: [EMAIL PROTECTED] Web: www.datadesk.com -

DOMString

2001-12-28 Thread Tobias McNulty
::bad_exception::what Library=C:\WINNT\system32\ddjni.dll Source file = M:\pro 7 builds\MSL\MSL_C\MSL_Common\Src\alloc.c : 807 Deletion of other locally-allocated pointers works fine. Any ideas? Thanks, Toby -- Tobias McNulty Data Description, Inc. 840 Hanshaw Road, Suite 9 Ithaca, NY 14850 Phone: (607

RE: DOMString class

2001-12-06 Thread Tobias McNulty
tten it to run successfully yet -- >but my next problem doesn't seem to be directly related to >DOMString. Is there anything else I might be missing that could be >breaking something at another point in my library (e.g. somehow >upsetting memory). > >Thanks, > >Toby -

RE: DOMString class

2001-12-06 Thread Tobias McNulty
library (e.g. somehow upsetting memory). Thanks, Toby -- Tobias McNulty Data Description, Inc. 840 Hanshaw Road, Suite 9 Ithaca, NY 14850 Phone: (607) 257-1000 E-mail: [EMAIL PROTECTED] Web: www.datadesk.com - To unsubs

RE: DOMString class

2001-12-06 Thread Tobias McNulty
My library literally terminates on the above call -- taking my Java application with it. Toby >Tobias, > >In C++, the new operator returns a pointer to the newly created object. So >at first glance, your code should be modified to read: > >DOMString* pMyStr = new DOMString(&

DOMString class

2001-12-06 Thread Tobias McNulty
y and implementing DOMString in my code, but a simple call such as: DOMString myStr = new DOMString("foo"); causes my library to terminate unexpectedly. Are there any special precautions I need to take when using the DOMString class? Thanks, Toby -- Tobias McNulty Data Description, I

Xerces-J <-> Xerces-C

2001-11-28 Thread Tobias McNulty
e DOM from the corresponding Xerces APIs would be best. Thanks for your time, Toby -- Tobias McNulty Data Description, Inc. 840 Hanshaw Road, Suite 9 Ithaca, NY 14850 Phone: (607) 257-1000 E-mail: [EMAIL PROTECTED] Web: www.datades