Hi i encountered this problem:
error btm1050: XSL transform error: The attribute local name cannot be empty.
my xml doc has a name space like: <PROCESS_PO_003 xmlns0="test">
my schema property targetnamespace has been set to: test
and the i get the error above. if remove namespaces from both schema and
do***ent it works fine for me.
but our system must have taget namespace set

any suggestions?