The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Getting ExampleSet From XML
Hi there,
in addition to my topic "Getting XML by Webservices" I wish to create an ExamleSet by reading XML from a Webservice, may be by temporary saving the received XML.
The operator I need, require and use, is the Read XML Operator.
I used the Import Configuration Wizard and it works well, but i got as the result only an ExampleSet lists the ordinaray numbers of the data sets.
I don't get the important data. Why not?
[answer by myself : i can address every element by XPATH, but the data relations inside are not fixed to an specific amount and may additionally optional]
Can RM handle with this kind of complexe xml data ? Can I work with an XML with complexe data structure and if yes how I get a strutured DataSet like an ExampleSet ? If not , i need to program an extension ?
the xml structure is like
<string>
<results>
<result id=1>
<data> <att1></att1><att2> ... </att2>... <attn></attn> </data>
</result>
....
<results>
</string>
thx for help
Uwe
in addition to my topic "Getting XML by Webservices" I wish to create an ExamleSet by reading XML from a Webservice, may be by temporary saving the received XML.
The operator I need, require and use, is the Read XML Operator.
I used the Import Configuration Wizard and it works well, but i got as the result only an ExampleSet lists the ordinaray numbers of the data sets.
I don't get the important data. Why not?
[answer by myself : i can address every element by XPATH, but the data relations inside are not fixed to an specific amount and may additionally optional]
Can RM handle with this kind of complexe xml data ? Can I work with an XML with complexe data structure and if yes how I get a strutured DataSet like an ExampleSet ? If not , i need to program an extension ?
the xml structure is like
<string>
<results>
<result id=1>
<data> <att1></att1><att2> ... </att2>... <attn></attn> </data>
</result>
....
<results>
</string>
thx for help
Uwe
Tagged:
0