<?xml version="1.1" encoding="UTF-8"?>
<store>
<book>
</book>
</store>
simboli jaizvieto:
< = <
> = >
& = &
' = '
" = "
<text><![CDATA[ dkvkjdf$%^$%62v"d'fg<hbf>?fdg ]]></text>
<text><![CDATA[ teksts ]]></text>
//globali mainigie
//lielaka organizacija koda
//Kontroliera funkcijas - izsauc citas funkcijas, bet pati neko nedara
$(document).ready(function() {
$.get("xml.xml", function(data){
$(data).find("book").each(function(){
//document.write( $(this).find("title").text() + "<br>");
});
});
$.get("xml.xml", function(data){
$(data).children("book").each(function(){
//document.write( $(this).children("title").text() + "<br>");
});
});
$.get("xml.xml", function(data){
$(data).children(":first").children("book").each(function() {
document.write( $(this).children("title").text() + "<br>");
});
});
});
Комментариев нет:
Отправить комментарий