This is my involved schemas and the xml file test.
To remember the question I want to access to any branch which uses
other imported schema.
So when I try to access for example to the branch of this schema
“rp210Elements:FrameworkTitle” to get the element=“Nijinski Production
version1” I can’t do it.
This is a small fragment of my schema:
rp210Elements:FrameworkCodeEnglish </rp210Elements:FrameworkCode>
rp210Elements:FrameworkTitleNijinski Production
version1</rp210Elements:FrameworkTitle>
rp210Elements:PrimaryExtEnglish</rp210Elements:PrimaryExt>
I have tested these two possibilities and they don’t work:
for $b in input()//rp210Elements:FrameworkTitle
return $b
–>Do not return anything
for $b in input()//FrameworkTitle
return $b
–>It return the error: “namespace prefix undefined”, “code: INOXQE6354”
I also attached the xml file thet I try to query.
NOTE:the schemas are correctly inserted on Tamino.
Thanks for your help,
Regards,
Diego
DVD.xml (165 KB)
#webMethods#Tamino#API-Management