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

RE: XHTML + XSL -> HTML problem

Subject: RE: XHTML + XSL -> HTML problem
From: "Andrew Welch" <ajwelch@xxxxxxxxxxxxxxx>
Date: Mon, 24 May 2004 14:11:53 +0100
xmlns xhtml
> <xsl:stylesheet version="1.0"
>   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
>   xmlns:xhtml="http://www.w3.org/1999/xhtml";>

[snip]

> I want to parse it and get the result as 
> a HTML page.
> 
> I parse it via msxsl parser, but I get this error
> 
> D:\deepak\buildProcess_2\_tools>msxsl test.xhtml
> test.xsl -o test.html
> 
> Error occurred while parsing document.
> 
> Code:   0xc00ce50a
> URL:   
> file:///D:/deepak/buildProcess_2/_tools/test.xhtml
> Line:   2
> Column: 70
> The character '>' was expected.
...
> Can some one suggest some solution.


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

Remove the ';'

You only want whitespace between attribute values - definitely no
semi-colons! 

Current Thread

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.