posted 23 years ago
The curly brackets are your friend. When you use them inside an attribute value, they will expand to the value of the XPath expression.
You didn't provide much context for your application; but maybe you want something like this:
<a href="{/servlet/GetMaps/@Campus}">fubar</a>
Results may vary.
Geoffrey
Sun Certified Programmer for the Java 2 Platform