Peter Reilly wrote:
I guess that it only got exercises with simple examples:I tried the echoxml: <project xmlns:abc="a.b.c" xmlns:def="d.e.f"> <echoxml> <abc:hello abc:a="abc" def:b="def"> world </abc:hello> </echoxml> </project> and got: <?xml version="1.0" encoding="UTF-8"?> <abc:hello a="abc" d.e.f:b="def">world</abc:hello> Which has two problems 1 no mapping of prefix to uri 2 def:b gets reformed as d.e.f:b
yeah, I knew echoxml didnt handle xmlns properly, I guess now we have found a cause.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
