XML Dynamic Links??
XML file sample (catid.xml)
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <DrillItemList>
3 <DrillItem>
4 <DrillID>21240</DrillID>
5 <Description>Catalog 1</Description>
6 <ItemCount>22569</ItemCount>
7 <DrillItemList>
8 <DrillItem>
9 <DrillID>21241</DrillID>
10 <Description>Sub Catalog 1</Description>
11 <ItemCount>7412</ItemCount>
12 <DrillItemList>
13 <DrillItem>
14 <DrillID>21241</DrillID>
15 <Description>Under Sub Catalog 1.1</Description>
16 <ItemCount>7411</ItemCount>
17 <DrillDataList>
18 <ProductFamily>
19 20<FamilyID>ARMSEQ2</FamilyID>
21<Description>ARMSEQ2</Description>
22 </ProductFamily>
23 </DrillDataList>
24 </DrillItem>
25 <DrillItem>
26 <DrillID>212433</DrillID>
27 <Description>Under Sub Catalog 1.2</Description>
28<ItemCount>7413</ItemCount>
29 </DrillItem>
30 </DrillItemList>
31 </DrillItem>
32 </DrillItemList>
33 </DrillItem>
34 <DrillItem>
35 <DrillID>21241</DrillID>
36 <Description>Catalog 2</Description>
37 <ItemCount>22569</ItemCount>
38 </DrillItem>
39</DrillItemList>
On my start page I want used index.xsl plugin to asp page call start.asp in this page should show only 2 big catagory of Catalog 1 and Catalog 2 then click on each one and show on the result.asp?DrillID=XXX page to show the sub catalog list under that catalog that you select. I know how to do in asp page that connect to access database not xml data but Is that anyways we can do the same way in xml data??
please help... Thank you. :WAVE:

