D
DraguVaso
Hi,
I have application A giving 1 string containing some parameter to
application B. I guess it would be 'nice' if I made that parameter-string in
XML-format.
In my application B I need a way to find out easily which parameters are put
into the XML-string, and I need to be able to work easily with them. Would
it be good to read out the XML and put it in a Collection? Or a better way
how to do that? Is it really necessary to transform it into sometyhing else
in the application?
Other question: I'm not really familiar with XML. Is there somewhere a quick
overview on how I need to use it to perform such an operations? Like a
little explanation that takes me 30'?
Thanks a lot in advance,
Pieter
I have application A giving 1 string containing some parameter to
application B. I guess it would be 'nice' if I made that parameter-string in
XML-format.
In my application B I need a way to find out easily which parameters are put
into the XML-string, and I need to be able to work easily with them. Would
it be good to read out the XML and put it in a Collection? Or a better way
how to do that? Is it really necessary to transform it into sometyhing else
in the application?
Other question: I'm not really familiar with XML. Is there somewhere a quick
overview on how I need to use it to perform such an operations? Like a
little explanation that takes me 30'?
Thanks a lot in advance,
Pieter