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]
Other format: [Raw text]

RE: question about javascript and XSL


At 01:39 PM 5/7/2002, you wrote:
><xsl:stylesheet version="1.0"
>xmlns:xsl="xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

   This line here is incorrect.  Everything else is fine.  You state
xmlns:xsl="xmlns:xsl=" which is incorrect.  Try this:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>



Greg Faron
Integre Technical Publishing Co.



 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]