Hi,
If you
can post a stylesheet and source that I can run from command line Xalan I can
have a quick look at it for you.
Cool,
Corin
-----Original Message-----
From: beyaNet Consultancy [mailto:[EMAIL PROTECTED]
Sent: Monday, 8 March 2004 2:29 p.m.
To: [EMAIL PROTECTED]
Subject: Re: attribute declaration problem.....Hi Corin,I changed the code to:
<xsl:element name="object"><xsl:attribute name="data">music/Borderline.mp3</xsl:attribute><xsl:attribute name="type">audio/mpeg</xsl:attribute><xsl:attribute name="declare">declare</xsl:attribute></xsl:element>
and still the object when rendered reads as :<object data="" type="audio/mpeg" declare></object> when it should read as :
<object data="" type="audio/mpeg" declare="declare"></object>.
Any ideas?
many thanks in advance
AndrewOn 8 Mar 2004, at 01:14, Corin Moss wrote:
Hi,Out of curiosity more than anything else - why not use the xsl element and attribute? Is there a specific reason not to? Does this behaviour still happen when using xsl:element?Corin-----Original Message-----From: beyaNet Consultancy [mailto:[EMAIL PROTECTED]Sent: Monday, 8 March 2004 2:12 p.m.To: [EMAIL PROTECTED]Subject: xsp:attribute declaration problem.....
Hi,I am having a strange problem defining the declare attribute of the OBJECT tag. My code is so:
<xsl:template match="artistDetails:currentTrack">
<xsp:element name="object"><xsp:attribute name="data">music/Borderline.mp3</xsp:attribute><xsp:attribute name="type">audio/mpeg</xsp:attribute><xsp:attribute name="declare">declare</xsp:attribute></xsp:element></xsl:template>
When the page is rendered as HTML, and the source viewed, the object tag reads as:
<object data="" type="audio/mpeg" declare></object>. This is incorrect. It should read:
<object data="" type="audio/mpeg" declare="declare"></object>.
Why is the declare attribute being chopped like this? Is this a bug?It seems that if you define an attribute and assign a value which has the same name, the attribute value pair is then not rendered properlyDoes anyone have a solution for this?
What I am expecting to happen here is for the mp3 file to be download but not to start playing until some form of user interaction takes play, i.e. clicking an ahref link for example. This is not happening as the declare attribute is not being properly declared !!
many thanks in advance
================================================================CAUTION: This e-mail and any attachment(s) contains informationthat is intended to be read only by the named recipient(s). Itmay contain information that is confidential, proprietary or thesubject of legal privilege. This information is not to be used byany other person and/or organisation. If you are not the intendedrecipient, please advise us immediately and delete this e-mailfrom your system. Do not use any information contained in it.
================================================================For more information on the Television New Zealand Group, visitus online at http://www.tvnz.co.nz================================================================
================================================================ CAUTION: This e-mail and any attachment(s) contains information that is intended to be read only by the named recipient(s). It may contain information that is confidential, proprietary or the subject of legal privilege. This information is not to be used by any other person and/or organisation. If you are not the intended recipient, please advise us immediately and delete this e-mail from your system. Do not use any information contained in it. ================================================================ For more information on the Television New Zealand Group, visit us online at http://www.tvnz.co.nz ================================================================ |
