Folks.

It appears that Amazon is using Xalan for XSL processing,

Version number: 1
Vendor: Apache Software Foundation
Vendor URL: http://xml.apache.org/xalan-c

After transformation, we're seeing things like <Asin xmlns="">088730995X</Asin> when for example dereferencing,


http://xml.amazon.com/onca/xml3?v=1.0&t=usercreations-20&dev- t=D1HTPQET64F8JH&AsinSearch=088730995X&type=lite&f=http:// www.usercreations.com/xsl/amazon_example1.xsl

Without the default namespace declaration on <foo>, the xmlns="" goes away,


http://xml.amazon.com/onca/xml3?v=1.0&t=usercreations-20&dev- t=D1HTPQET64F8JH&AsinSearch=088730995X&type=lite&f=http:// www.usercreations.com/xsl/amazon_example2.xsl

The default namespace is necessary in our rich internet app and xmlns="" causes an exception. Is there a simple modification to the XSL that would solve the problem?


Thanks!

Robb Beal
UserCreations



Reply via email to