Member 3784412 wrote:
while sending Xml file over geeting the error
That does not mean anything in english. Perhaps you need help with translation when writing your post.
One often used method of working with XML in a Microsoft environment is to use the MSXML ActiveX object. To learn how to use MSXML and all the XML technologies associated with your problem I suggest you start looking at some of the tutorials at www.w3schools.com
Hi Mike, Thanks a lot for your valuable advice. I tried with the parent element to each row and now it is working alright. Now I am working on XSLT to format the XML string. THanks for your time. Renu
Yeah, I like it that way, too. No, if you're using MSXML, there's no way to force it to output />. It's hard-coded to do that, as far as I know, having used it for quite a long time.
"we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
Hey Lee ya i googled it from ur earlier reply and was able to find the VB code and i just tested it for transformation. It worked. wow, i have these so called senior developers on my side and it dint strike them when i asked them for this transformation tool. K thanks a million. Regards Teja
Curtis, Thanks a milliom for the reply. I guess this is a path that has less flowers and more thorns in it. So let me check out your suggestion and get back to you. I guess you need to know that i am not the best of pesons in writing xslts. All i hve done is taken an xslt of another xml document and have modified it in such a way that i can help show my xml in word. What you also have to understand is that, I am trying to generate an XSLT and convert my xml to word and back programatically in .NET. So i guess i will hae to figure out a way in which i can do this . Thank you Loads Teja
I'd recommend first learning some XSLT. You can do that at W3 Schools XSLT Tutorial[^]. Then, I'd recommend learning about JSON, if you don't know it already. You can do that at JSON.org[^]. Finally, map the elements from your XML file to serialized objects in the JSON file.
"we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty