N
NetKev
I use JAXB to stuff some data into xml and pass it on to a client-side
ajax application. I'm thinking I need to escape the data before
stuffing it in. Are there any available utility classes to do this?
I will eventually need to do the reverse when I get data from the
client app.
Incidentally, I need to do the same thing in javascript on the client
side and it needs to be compatible with the java implementation. Any
pointers for that will help me as well.
-Kevin
ajax application. I'm thinking I need to escape the data before
stuffing it in. Are there any available utility classes to do this?
I will eventually need to do the reverse when I get data from the
client app.
Incidentally, I need to do the same thing in javascript on the client
side and it needs to be compatible with the java implementation. Any
pointers for that will help me as well.
-Kevin