>Thanks for the suggestion, What if I create an xml with A-Z Nodes, then XSL 
>will call the java program to check if the directory exists, if yes then 
>create link otherwise don't create the link .. 

Yes you could do that, but its the wrong way around imho.  I would use an XML 
Filter on the way into the transform, checking it against the directory list 
and adding attributes to the elements that pass the test.  Then you can check 
for the existence of the attribute in the stylesheet to decide whether the 
element has a matching directory or not.  Its the most effecient way, and isn't 
too hard (calling custom external java functions can be confusing enough :)

cheers
andrew


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.470 / Virus Database: 268 - Release Date: 08/04/2003
 

Reply via email to