Hi all, I want to do display something like "A & B & C".
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' > <g:Label>A & B & C</g:Label> </ui:UiBinder> This displays as "A & B & C". (Note that even & is replaced with &.) It doesn't seem to make a difference whether the DOCTYPE is there or not. Obviously, using "A & B & C" directly fails. If I try something like • or © then that works perfectly! So it seems to be specific to ampersand. Any ideas? Cheers, Hilco -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
