S
s8chem
I'm working with an XSL document that renders ASP.NET
Server Controls. In order to do this, I have to declare
an "asp" namespace within the XSL document. This namespace
is the same as when you see a line like this: <asp:label>
in an ASPX page.
My question is where is this namespace declared? In an XSL
document you see a line such as:
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" which
points to a URI that resolves the namespace.
What is Microsoft' URI for the 'asp' namespace? Is there
even one that exists outside the .NET framework?
Server Controls. In order to do this, I have to declare
an "asp" namespace within the XSL document. This namespace
is the same as when you see a line like this: <asp:label>
in an ASPX page.
My question is where is this namespace declared? In an XSL
document you see a line such as:
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" which
points to a URI that resolves the namespace.
What is Microsoft' URI for the 'asp' namespace? Is there
even one that exists outside the .NET framework?