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
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
Hi Sergiu,
The latest CVS code fixes this, if you want to get it from the repository.
Dave
Sergiu Ignat
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.
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 parsedSource(
theDOM,
theParserLiaison,
theDOMSupport,
XalanDOMString(xmlInput.getSystemId()));
can't be built using interim rele
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