01-29-2020 01:11 AM
Based on this example shows to read and process the two attributes. In my case, I have to read and process with more than 10 attributes.
01-29-2020 01:33 AM
@dhana03 wrote:
Based on this example shows to read and process the two attributes. In my case, I have to read and process with more than 10 attributes.
So? Is that a problem?
01-29-2020 03:31 AM
As per my XML file attributes, I tried to read the first two attributes with the help of the example I could not able to get the output.don't know what was going wrong. As per the example in the query string, I have specified two attributes as per my XML file and run the code received length of the output zero if I mention only one value in the query string only one output I can. help me to get 1set of data output as per my XML file.
01-29-2020 03:53 AM
Some code would be useful...
02-02-2020 06:21 AM
Hi,
I have one doubt about using LIBXML.
As per my XML file, Each set(query name(SDI Name, SDI, SSM Name, etc..)) of data having a set of signals ( Start bit, End bit, Etc.). 1st of data having two sets of Data value but the signal of both data are same. for example ( Data 1 set of signals 12, Data 1.2 set of signals 12) I want to update the value 12 for each data but I get to update as 24 data on each data. Please help me here.
02-02-2020 06:51 AM - edited 02-02-2020 06:52 AM
As requested before, show us the code you have with valid example data. Your explanation makes not much sense to me and I have better things to do than trying to rebuild everything from scratch to try out what your problem might be.
02-02-2020 06:58 AM
Code attached. XML file I have already attached in this conversation thread.
02-03-2020 01:31 AM
Any update on this ?.
02-03-2020 02:43 AM
@dhana03 wrote:
Any update on this ?.
We where all under the impression that you have enough information to get this working.
Are there still problems you are facing? Post what you have.
You have managed to build the old solution, the new solution won't be more difficult.
Creating the entire solution for you starts to look an awful lot like work. We are all helping out people by answering questions online for free, but we do have our own work we need to do to get paid.
02-03-2020 02:52 AM
Hi wiebe@CARYA,
Thanks for your reply.
I have build the code which way I wanted to read the XML file by using LibXML and the code attached previous thread.
I had some doubts about my code so only I have requested here.
Thanks for your support.