Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Namespace problem in Intranet

Status
Not open for further replies.

HelpUs

Programmer
Joined
Sep 4, 2003
Messages
7
Location
US
I am developing a site for our intranet. One of my page displays data from a XML data file using XML/XSLT. I found on the PC’s those do not have Internet connection, does not shows the data from XML. After little research I noticed that, this is due to the namespace declaration.

<xsl:stylesheet version="1.0"
xmlns:xsl="
Can some one suggest what should I do; or what namespace should I user to let the page display correctly irrespective of any PC (whether connected to Internet or not)

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top