[ 
https://issues.apache.org/jira/browse/WODEN-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185493#comment-13185493
 ] 

Kamil Soltys commented on WODEN-196:
------------------------------------

I have the same Issue. 
You can reproduce it for a sample if you generate anonyme content types.

In transformation
...
<small style="color:blue">
    <xsl:value-of select="$RECURSIVE"/>
</small>
...

will transform if variable RECURSIVE is empty to this:

...
<small style="color:blue"/>
...

I have fixed this temporary for me on this way:

...
<small style="color:blue">
    <xsl:text> </xsl:text>
    <xsl:value-of select="$RECURSIVE"/>
</small>
...

My whole changes to single file transformation Version 3.1.02 (from 
http://tomi.vanek.sk/xml/wsdl-viewer.xsl) from Tomi Vanek will i append later.



                
> WSDL-viewer: empty 'small' element
> ----------------------------------
>
>                 Key: WODEN-196
>                 URL: https://issues.apache.org/jira/browse/WODEN-196
>             Project: Woden
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Tomi Vanek
>            Assignee: Tomi Vanek
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> WSDL viewer generates in some cases empty 'small' HTML elements (start tag & 
> end tag - with no text between the tags) in message detail information. 
> Browser is not able to render this construct correctly and instead decreases 
> the size of characters.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to