T
Thor W Hammer
Is it possible to use dynamic xpath expressions with the <%#XPath("..")%>
syntax and XmlDataSource?
This is a couple of examples to illustrate what I think about:
1:
<%#XPath("*[@id=$requestedID]")%>
2:
<%#XPath("*[@id=<%=Request['requestedID']%>]")%>
I guess none of these will work, but anyway, would there be a similar way of
making the xpath expression vary by request?
regards,
TWH
syntax and XmlDataSource?
This is a couple of examples to illustrate what I think about:
1:
<%#XPath("*[@id=$requestedID]")%>
2:
<%#XPath("*[@id=<%=Request['requestedID']%>]")%>
I guess none of these will work, but anyway, would there be a similar way of
making the xpath expression vary by request?
regards,
TWH