|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
netscape & xls & namespaces
I have and xml document associated with a namespace and an xls stylsheet that reads the document and outputs nicely formated HTML.
It works fine with IE 5 but it does not work with Netscape 7.0 . The reason is the namespaces, somehow netscape is unable to deal with namespaces definitions inside the xsl stylesheet . If I take them all out the output is the desired one. I know the xml document is going to have an associated namespace so I have to build my xls accordingly , with code such us : <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://www.serviceobjects.com/"> .....some more code..... <xsl:for-each select="d:ATM"> <tr> <xsl:apply-templates select="d:Bank"/> <xsl:apply-templates select="d:address"/> <xsl:apply-templates select="d:City"/> </tr> </xsl:for-each> Question is : is this a known bug with netscape ? |
|
#2
|
|||
|
|||
|
Forget it , I found where the error was.
Nothing to do with namespaces, netscape is just pickier that IE . |
|
#3
|
|||
|
|||
|
You've sure got that one right!
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > netscape & xls & namespaces |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|