Hey,
For example, DOMParser::parse() can throw both XMLException's and
DOM_DOMExceptions according to DOMCount.cpp, but the documentation
only has 'see also Parser::parse()'. But Parser::parse() talks about
throwing XMLException's and SAXException's.
Does anyone care about keeping the docs up-to
Hey,
I discovered that LocalFileInputSource::new() throws an undocumented
exception when called with a bad relative filename.
This is because it calls XMLPlatformUtils::getFullPath() which can
throw a XMLPlatformUtilsException.
Does this need a bug report?
Thanks,
jas.
---
Hey All,
I'm used to compiling on Linux. Some users have written in with
trouble getting Xerces-P to compile on HP-UX and Solaris, and so I'm
hoping that someone here could shed some light.
They're getting unresolved symbol errors when they try to run the test
applications.
When linking on sola
>I'm trying to print out the Node values of a DOM_Node using getNodeValue()
after
>parsing the document through DOM_Parse::parse(). But it prints out null.
See the DOM spec. Not all nodes have node values. Elements, in particular,
always have the node value null; to examine their contents, you m
The XML standard says is that various common combinations of CR and LF are
converted to newline as the document is parsed. What they're converted back
to on output is not specified, but any of those combinations is acceptable;
generally, you'd pick whichever line break sequence is recommended by
Hello,
I'm trying to print out the Node values of a DOM_Node using getNodeValue() after
parsing the document through DOM_Parse::parse(). But it prints out null. Iam abl
e to print the Node name,parent node ,type etc. except this. I even tried format
ting the contents using the XMLFormatter classes
> On Thu, 28 Jun 2001, "Kent" == Kent Dahl wrote:
Kent> I don't remember the reference, anyone care to confirm or
Kent> unconfirm?
The following is from: http://www.w3.org/TR/REC-xml
2.11 End-of-Line Handling
XML parsed entities are often stored in computer files
which, f
Is it possible to compile/link xerces-c under cygwin/g++? I have tried
compiling the source tree, and linking to the precompiled win32 dll, and in
both cases I get an error:
$ g++ IDOMPrint.cpp -oIDOMPrint.exe
-I/cygdrive/c/xerces/xerces-c1_5_0-win32/include -lxerces-c_1_5
In file included
from
Stefan Berglund wrote:
> static const XMLCh gXMLDecl4[] =
> {
> chDoubleQuote, chQuestion, chCloseAngle
> , chCR, chLF, chNull
> };
>
> Couldn't this be a problem in Unix ? CR/LF can cause a ^M character in some
> cases? Is the XML standard saying that there should be a new line
> after
Hi Jordan, I'm not available to the list Mon-Thur and I'm catching up. I
didn't see anyone respond to this so I will give it a shot. I have noticed
that if the filename given to the parser to parse is invalid, that the
parser neither calls an error handler or throws an exception. It simply
insta
has anyone created the necessary header files to build xerces using gcc on
Win32 with the cygwin tools ?
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistra
Hi Tinny,
I didn't find out what it is, but there a few hundred of these @STO
functions in there.
Although I'd like I can't use the binary from ibm, cause we've slightly
changed to code to add
dtd caching functionallity.
Mike
Michael Kopp
Financial Technologies International, Inc
Development
Tinny,
I have been looking at the link for the IBM-XML toolkit and have a few
questions:
1: What does its "non-priced product" status mean relative to the Apache
license of Xerces ?
2: It seems that it does not support XML-schema ?
3: It *requires* OS/390 UNIX System Services ?
regards,
Chr
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2393
*** shadow/2393 Fri Jun 29 02:07:10 2001
--- shadow/2393.tmp.27189 Fri Jun 29 02:07:10 2001
***
*** 0
--- 1,39
+ ++
+ | 3 missing virtual
14 matches
Mail list logo