- From: Ecrion Software <florin.vasilian@ecrion.com>
- Date: Thu, 13 Aug 2009 22:35:06 -0700 (PDT)
- To: www-xsl-fo@w3.org
I strongly disagree. <prefix:element prefix:attribute="some value" xmlns:prefix="a namespace URI"/> is valid XML, no question about that. Moreover, <other_prefix:element other_prefix:attribute="some value" xmlns:other_prefix="a namespace URI"/> should be treated by the parser in the same manner as the first one if the namespace URI is the same. FOP can't handle either. All commercial renderers (Antenna House, Ecrion, RenderX) can handle both. Florin Vasilian Director of Software Development Ecrion Software www.ecrion.com Tony Graham-3 wrote: > > On Mon, Aug 03 2009 01:58:21 +0100, overtaker_ovi@hotmail.com wrote: > ... >> is this a valid xsl-fo ? >> >> CODE >> <fo:block fo:start-indent="10.620px" fo:font-size="10pt"> > > You would do better to use unprefixed attribute names, e.g., > 'start-indent="10.620px"'. > > The relevant section of the XSL 1.1 Recommendation is at > http://www.w3.org/TR/xsl11/#d0e386, but it doesn't specifically mention > XSL attributes explicitly in the XSL namespace. You could argue that it > should be allowed, but in practice the Recommendation, and probably all > implementations, assumes unprefixed attributes. > >> is there any website where i can test the validity of my xsl-fo ? > > RenderX has multiple resources to download at > http://www.renderx.com/tools/validators.html > > Regards, > > > Tony Graham Tony.Graham@MenteithConsulting.com > Director W3C XSL FO SG Invited Expert > Menteith Consulting Ltd XML Guild member > XML, XSL and XSLT consulting, programming and training > Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland > Registered in Ireland - No. 428599 http://www.menteithconsulting.com > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > xmlroff XSL Formatter http://xmlroff.org > xslide Emacs mode http://www.menteith.com/wiki/xslide > Unicode: A Primer urn:isbn:0-7645-4625-2 > > > -- View this message in context: http://www.nabble.com/xsl-fo-validity-tp24783688p24965810.html Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Sunday, 16 August 2009 10:30:13 UTC