File:  [parser3project] / parser3 / tests / 021.html
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Sat Mar 8 10:24:09 2003 UTC (23 years, 6 months ago) by paf
xml: tests
109 dom create/show
110 xpath selectSingle
111 xdoc.create from tainted &
112 xdoc.create/output with russian attr value
113 xpath selectString/Number
114 dom attributes.count
115 xpath selectBool
116 output media-type change
117 transform by dom stylesheet
118 empty transform result
119 dom setAttribute
120 nbsp letter output

=END OF PREPARED XML TESTS=

$productList[^table::create{id	name
1	носки
2	валенки
3	ушанка
}]

#скажем, у первого дилера
$firstPriceList[^table::create{id	price
1	0.3
3	1000
}]

$firstPriceHash[^firstPriceList.hash[id]]

^productList.menu{
    продукт "$productList.name" | цена у first: $firstPriceHash.[$productList.id].price<br>
}

E-mail: