X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FXWT.java;fp=src%2Forg%2Fxwt%2FXWT.java;h=43178dad2d6b022bd32f8a05831d1540e7d63018;hb=c730780164e644077bb9cb3906a6519824a67de4;hp=fe306af9d9d8a30af0fd2c19034e231e300b35a9;hpb=1468496caebca328c762ef4d0a26b62650af4442;p=org.ibex.core.git diff --git a/src/org/xwt/XWT.java b/src/org/xwt/XWT.java index fe306af..43178da 100644 --- a/src/org/xwt/XWT.java +++ b/src/org/xwt/XWT.java @@ -243,18 +243,18 @@ public final class XWT extends JS { private class XMLHelper extends XML { Vector obStack = new Vector(); public XMLHelper() { super(BUFFER_SIZE); } - public void startElement(XML.Element c) throws XML.SchemaException { + public void startElement(XML.Element c) throws XML.Exn { try { JS o = new JS(); - o.put("$name", c.localName); - for(int i=0; i