Re: [xsl] XML/XSL Problem (URGENT)

Subject: Re: [xsl] XML/XSL Problem (URGENT)
From: "Kevin Millecam" <kmillecam@xxxxxxxxxxx>
Date: Tue, 12 Jun 2001 21:56:13 -0600
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@xxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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



Current Thread