Revision: 6385
Author: [email protected]
Date: Thu Oct 15 13:34:49 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=6385

Modified:
  /wiki/UiBinder.wiki

=======================================
--- /wiki/UiBinder.wiki Thu Oct  8 18:47:51 2009
+++ /wiki/UiBinder.wiki Thu Oct 15 13:34:49 2009
@@ -120,6 +120,20 @@
  HelloWidgetWorld helloWorld =
    new HelloWidgetWorld("able", "baker", "charlie");
  }}}
+
+= HTML entities =
+
+XML doesn't understand entities like {{{ }}}. Templates that needs  
such characters
+have to define them. As a convenience, we provide a set of definitions  
that you can
+import by setting your DOCTYPE appropriately:
+
+{{{
+<!DOCTYPE ui:UiBinder  
SYSTEM "http://google-web-toolkit.googlecode.com/files/xhtml.ent";>
+}}}
+
+Note that the GWT compiler won't actually visit this url to fetch the file.
+There is a copy baked into it is used when that url is seen. However, your
+IDE may will fetch it.

  = Hello Stylish World =


--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to