File:  [parser3project] / parser3 / src / www / htdocs / Attic / index.html
Revision 1.312: download - view: text, annotated - select for diffs - revision graph
Mon Sep 17 14:46:49 2001 UTC (24 years, 10 months ago) by parser
Branches: MAIN
CVS tags: HEAD
started
dnode
    DOM:
    $node.name
    $node.value
    ...others...
    ^node.xpath[/rates/USD] = hash
dom(dnode)

@main[]
^xslt[]

@xslt[]
$dom[^dom::set{<?xml version="1.0" encoding="windows-1251"?>

<people>
	<man id="1">
		<name>PAF</name>
	</man>
	<man id="2">
		<name>دبش</name>
	</man>
</people>
}]

$people[^dom.xpath[/people/man/name]]

^for[i](0;^people._count[]-1){
	z$people.$i<br>	
}
OK

E-mail: