OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] how to se the transformed output...

[ Lists Home | Date Index | Thread Index ]

* sandr8 wrote:
>this part of XSLT code code works under IE but doesn't seem to do what i 
>want under Mozilla...
>
>                  <img>
>                   <xsl:attribute name="alt">foto di <xsl:value-of 
>select="mittente/nome" />:<xsl:value-of select="mittente/cognome" />, alias 
><xsl:value-of select="mittente/nick" />, &lt;<xsl:value-of 
>select="mittente/mail" />&gt;</xsl:attribute>
>                   <xsl:attribute name="src">
>                    <xsl:value-of select="mittente/@silouette" />
>                   </xsl:attribute>
>                  </img>

More readable:

  <img alt='foto di {nome}:{cognome}, alias {nick}, &lt;{mail}>'
       src='{@silouette}' />

>is there a way to see the processed output instead of the original input?

For MSXML, there is msxsl.exe, see
http://msdn.microsoft.com/library/en-us/dnxslgen/html/msxsl.asp

Maybe you should use a non browser dependent XSLT processor?




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS