Skip to content

Commit

Permalink
Afiarea relatiilor intre entitati.
Browse files Browse the repository at this point in the history
Studenti (ordine alfabetica) : Bradu Dan-Gabriel, Hortolomei Ciprian, Roman Iuliana
  • Loading branch information
conectionist committed Jan 18, 2012
1 parent eb68e60 commit 4829ca7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions WebServer/AfisareaEntitatilor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@
}

function readXML() {
//The XML root node name
//WriteLine(xmlDoc.documentElement.tagName);
//The 1st attribute of the 1st child in the company node
//WriteLine(xmlDoc.documentElement.childNodes[0].attributes[0].nodeValue);
//The id attribute of the 2nd child in the company node
//WriteLine(xmlDoc.documentElement.childNodes[1].attributes.getNamedItem("id").nodeValue);
//The 1st year node id
//WriteLine(xmlDoc.getElementsByTagName("year")[1].attributes.getNamedItem("id").nodeValue);
//The text content of the 2nd child in company node
//WriteLine(xmlDoc.documentElement.childNodes[1].textContent);

var persons = new Array();
for(var i = 0 ; i < xmlDoc.documentElement.childNodes.length ; i++)
{ var b = true;
Expand Down

0 comments on commit 4829ca7

Please sign in to comment.