Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 08, 2012 02:11 AM by Decker Dong - MSFT
Member
4 Points
22 Posts
Dec 07, 2012 04:17 AM|LINK
Need to convert html tags to xml using javascript.. ie., if i am taking table with rows and columns .. these to be converted to xml format..according to the design.
Thanks in advance.
Participant
1483 Points
330 Posts
Dec 07, 2012 05:39 AM|LINK
This will help you,
http://stackoverflow.com/questions/4646205/jquery-convert-html-table-to-xml [Solved]
All-Star
118619 Points
18779 Posts
Dec 08, 2012 02:11 AM|LINK
prasuna Need to convert html tags to xml using javascrip
Hello,
In fact Html is just the same formation alike to XML. But compared with this, XML is used to save data contents and XML is much more strict than Html.
So you don't need to convert. Otherwises can you tell us what you really wanna do and what result do you wanna see?
prasuna
Member
4 Points
22 Posts
Need to convert html tags to xml using javascript
Dec 07, 2012 04:17 AM|LINK
Need to convert html tags to xml using javascript.. ie., if i am taking table with rows and columns .. these to be converted to xml format..according to the design.
Thanks in advance.
pratik_galor...
Participant
1483 Points
330 Posts
Re: Need to convert html tags to xml using javascript
Dec 07, 2012 05:39 AM|LINK
This will help you,
http://stackoverflow.com/questions/4646205/jquery-convert-html-table-to-xml [Solved]
Software Engineer,
iGATE Global Solutions.
pratik_galoria@yahoo.co.in
+91-8905195943
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Need to convert html tags to xml using javascript
Dec 08, 2012 02:11 AM|LINK
Hello,
In fact Html is just the same formation alike to XML. But compared with this, XML is used to save data contents and XML is much more strict than Html.
So you don't need to convert. Otherwises can you tell us what you really wanna do and what result do you wanna see?