This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XML/XSL Problem (URGENT)


Robert,

I made a few changes to your stylesheet and was able to get it to work.

Replace these lines in your stylesheet:

<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>

With these lines:

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
<xsl:output method="html" indent="no"/>

Kevin

Web Consulting; Information Management via XML, XSLT and DBMS; Site 
Architecture and Usability.
http://members.networld.com/kmillecam/resume/


>From: "Robert Dahnke" <robert.dahnke@mail.com>
>Reply-To: xsl-list@lists.mulberrytech.com
>To: xsl-list@lists.mulberrytech.com
>Subject: [xsl] XML/XSL Problem (URGENT)
>Date: Wed, 13 Jun 2001 10:10:57 +0800
>
>The problem seems to be that disable-output-escaping="yes" does not seem to 
>be working...
>
>http://www.jedinet.com/ccg/news/test.asp
>
>The URL also includes the XML/XSL code
>--
>
>_______________________________________________
>Make PC-to-Phone calls with Net2Phone.
>Sign-up today at: http://www.net2phone.com/cgi-bin/link.cgi?121
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]