Re: testXSLT copy-of warning message

2003-06-11 Thread david_n_bertoni
To: <[EMAIL PROTECTED]> ile.com> cc: (bcc: David N Bertoni/Cambridge/IBM)

Re: testXSLT copy-of warning message

2003-06-11 Thread Joseph Kesselman
A workaround would be to rewrite the path to copy the document node's children rather than the node itself: But I think a case can be made that copying the root node should have the same meaning. I'd have to check the spec, but I'd be inclined to consider that message a bug. __

testXSLT copy-of warning message

2003-06-11 Thread Shlomo Shamir
Hello, i'm a Xalan-1.4 user (Linux & Solaris). I'm using testXSLT, and trying to construct a tree-fragment of an XML file ,which is not the input XML. (it is actually a xsd file, included by another xsd file, which is the input XML) I'm trying doing it using the line: however, the test