XML-ize the list of UI-controls on a HTML5 page

Djfrederick

New Member
I have started using Javascript and HTML5 from last week and quite new to it.Maybe whatever I am asking is quite easy to do but googling around is not helping me. I want to loop thru ALL of the UI-controls on a HTML5 page (maybe using a javascript function or alike) and seek the specific details of each UI-control (like name, width, length and other properties) and write these details into a pre-determined xml-format. My backend code is in C# but I dont think that would matter or help as all of the related elements like UI-page-controls are in HTML5 and Javascript.
 
Back
Top