
Hello All Am a beginner. Would like some help with this.
<process:Output rdf:ID="_DIAGNOSTICPROCESS"> <process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">Some Path 1</process:parameterType> <rdfs:label></rdfs:label> </process:Output> <process:Output rdf:ID="_LENGTHMEASURE"> <process:parameterType rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">Some Path 2</process:parameterType> <rdfs:label></rdfs:label> </process:Output>
What I would like is to retrieve both the attribute values of process:Output during execution time, store them so that it can be retrieved for later use using Java. Thanks in advance.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
