setPrefix

2000-03-29 Thread Boris Garbuzov
ast statement of the above code produces the following error? org.apache.xerces.dom.DOMExceptionImpl: DOM003 Namespace error at org.apache.xerces.dom.NodeImpl.setPrefix(NodeImpl.java:741) at com.keystrokenet.loanproduct.xml.test.Lab.executeTestBody(Lab.java:642) -- Boris Garbuzov. Mailing address: Box 715, Seattle, Wa

Re: Review: Serializer API - the related failure.

2000-03-22 Thread Boris Garbuzov
inking along these lines? -- Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED] -- Boris Garbuzov. Mailing address: Box 715, Seattle, Washington, 98111-0715, USA. E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED] Telephone: 1(206)781-5165 (home), 1(206)576-4549 (office). Resedential address: 139 NW 104 Street, Seattle, 98177, Wa, USA

Bug in tutorial

2000-03-22 Thread Boris Garbuzov
Thanks to those who advised me a tutorial http://metalab.unc.edu/xml/slides/sd2000west/xmlandjava/189.html. Just the code lines BigInteger low = BigInteger.ZERO; BigInteger high = BigInteger.ONE; need to be changed into BigInteger low = new BigInteger (0); BigInteger high = new

Question of a novice.

2000-03-21 Thread Boris Garbuzov
for Xerces? -- Boris Garbuzov. Mailing address: Box 715, Seattle, Washington, 98111-0715, USA. E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED] Telephone: 1(206)781-5165 (home), 1(206)576-4549 (office). Resedential address: 139 NW 104 Street, Seattle, 98177, Wa, USA

change of Node.getOwnerDocument()

2000-03-21 Thread Boris Garbuzov
I am playing with Xerces API as if I unit-tested it on a basic level: applying every available method in a way so that just it does not fail. And I noticed some change of Node.getOwnerDocument() after downloading 1.0.3. Now it returned null for the node = document whereas it had returned a proper