[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: MSIE + XSLT

Subject: RE: MSIE + XSLT
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Wed, 22 Mar 2000 11:40:12 -0800
msxml registry
There isn't really enough information to tell, but I suspect the namespace
URI has not been updated to http://www.w3.org/1999/XSL/Transform, or MSXML2
has not been installed in "replace mode" which is necessary to remap MSXML
registry entries to MSXML2.  Run xmlinst.exe to switch to replace mode.  If
these don't solve it, please send a more complete sample.

> -----Original Message-----
> From: Henning Behme [mailto:hb@xxxxxxxxxxx]
> Sent: Wednesday, March 22, 2000 8:17 AM
> To: XSL-List@xxxxxxxxxxxxxxxx
> Subject: MSIE + XSLT
> 
> 
> Hi everyone,
> 
> I have an XML source covering a bit of literary history and a 
> stylesheet
> that works fine with XT and Saxon. Unfortunately, the new msxml in IE5
> stops working on the document within the main template. This 
> looks like:
> 
>  <xsl:template match="/">
>     <html>
>       <head>
>         <title>LitHist</title>
>       </head>
>       <body>
>         <h1>LitHist</h1>
>        <table border="2" align="center">
>          <tr><th>Vorname</th><th>Nachname</th>
>              <th>Geburtsjahr</th><th>Todesjahr</th></tr>
>          <xsl:apply-templates select="lithist"/>
>        </table>
>       <hr width="80%"/>
>       </body>
>     </html>
>   </xsl:template>
> 
>   <xsl:template match="lithist">
>     <xsl:apply-templates select="author"/>
>   </xsl:template>
> 
> Of course, there are templates for authors et cetera. The screen shows
> the first table row but not any of the authors' data. "lithist" is the
> top-lecel element.
> 
> The XML source starts this way:
> 
> <?xml version='1.0'?>
> <?xml-stylesheet type="text/xsl" href="lit2.xsl"?>
> 
> <lithist>
> ...
> 
> The stylesheet that conformed to the old way of MSIE did display the
> data.
> 
> Has anyone got an idea why it fails?
> 
> Best regards,
> 
> Henning Behme
> 
> iX - Magazin fuer professionelle Informationstechnik
> Helstorfer Str. 7 * 30625 Hannover * Germany
> http://www.heise.de/ix/ * +49 511 5352-374 * f: -361
> ------ White, adj. and n. Black  (Ambrose Bierce) ------
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • MSIE + XSLT
    • Henning Behme - Wed, 22 Mar 2000 17:16:38 +0100
      • <Possible follow-ups>
      • Jonathan Marsh - Wed, 22 Mar 2000 11:40:12 -0800 <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.