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

Re: help with <xhtml-tags/>-output


xhtml dictionary

  <xsl:output method="html" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" doctype-p
  ublic="-//W3C//DTD XHTML 1.0 Strict//EN" encoding="iso-8859-1"/>

You are requesting html output (not XML) so the result typically is not
well formed XML (as HTML doesn't use XML syntax) but you are also
specifying to use the XHTML DTD (which is an XML DTD, so won't work with
html validating systems.).

XSLT will do what you ask, but the end result is inconsistent.

If you need to generate HTML then specify an HTML DTD (or no DTD) but
the result will then necessarily not be well formed XML (eg <br> not
<br/>)  or if you need to generate XHTML specify method="xml" rather than
method="html". 

> (Attention: Without the closing slash at the end)
> you guess what my problem is with that.

Exactly. A closing slash would not be valid in that position in HTML,
but it is mandatory in XHTML.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.