Alternative for namespaces in xml
- by mridul4c
I have a web-service which gives a xml feed for number of clients of us, our clients consumes the xml in different types of devices. In our XML we have some namespaces also. But one of our clients can't detect namespaces because of some limitation at their end. But I can't provide a new xml for him as well.
Please suggest me something so that I can satisfy the needs of namespaces without using that, so that i can change my xml to be usable by all of them.
Thanks in advance.