Re: [Hypercontent-users] XHMTL Output
Brought to you by:
alexvigdor
From: Adam C. <ac...@co...> - 2007-09-12 15:44:13
|
Something like this should work. <xsl:output method="html" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" indent="no"/> Adam On 9/12/07 11:27 AM, "Carl P Barrow" <C.P...@hu...> wrote: > Hi Alex, > > I am outputting XHTML > > <xsl:output method="xhtml" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 > Transitional//EN" > > doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/> > > This seems to be XHTML strict. Which is having problems in some browsers > since it isn't fully supported. Is there a way that I can transform as XHTML > transitional? > > For example <a name="a"></a> in the content is transformed at <a name="a"/> > which is IE 7 courses problems. > > Cheers > Carl > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > > ****************************************************************************** > *********** > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > ****************************************************************************** > *********** > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |