Re: Merging XML documents

2002-12-17 Thread David Marston/Cambridge/IBM
Thomas Cherel wrote: >I was wondering if anyone has any experience or references to tools/ >projects/products that can be used to merge two XML documents. >... >I am also wondering if for such merges, XSLT is the right answer... I think it's more likely to be the right answer when the document

Re: Strange result of multiplication

2002-12-17 Thread David N Bertoni/Cambridge/IBM
Hi Miro, Remember, Xalan is doing floating point arithmetic here, so you may get strange results as some numbers may not be representable in IEEE 754. Previous releases of Xalan were cutting of precision at 6 decimal points, which is not the right thing to do. The best thing in cases were you

Re: XercesDOMWrapperParsedSource can't be built

2002-12-17 Thread David N Bertoni/Cambridge/IBM
Hi Sergiu, The latest CVS code fixes this, if you want to get it from the repository. Dave Sergiu Ignat

Re: Strange result of multiplication

2002-12-17 Thread mvasicek
Well, I guess it is because of the binary representation of a decimal number. I will use round(), ceil() and floor() to overcome it. Is it possible that this behavior was changed from the previous release of Xalan? Cheers, Miro.

Strange result of multiplication

2002-12-17 Thread mvasicek
I am using the interim build of Xalan from 21/10 on HP-UX and found this strange behavior: XML: abc XSL: ...         Result: 251930.003 Any idea? Cheers, Miro.

XercesDOMWrapperParsedSource can't be built

2002-12-17 Thread Sergiu Ignat
XercesDOMWrapperParsedSource parsedSource( theDOM, theParserLiaison, theDOMSupport, XalanDOMString(xmlInput.getSystemId())); can't be built using interim rele

Merging XML documents

2002-12-17 Thread thomas . cherel
Title: Merging XML documents I was wondering if anyone has any experience or references to tools/projects/products that can be used to merge two XML documents. I did a little bit of research through the web and I just found "basic" stuff (grouping same elements at the same level in the tree