[Xswt-developer] How to start...
Brought to you by:
dvorme
|
From: *@bacin.de - 2007-08-28 12:44:55
|
Hello,
I am new to the development of the xswt project.
I would like to add a custom namespace handler.
However, the according line to trigger a custom handler is
commented out in XSWT.java line 863:
if (handler != null) {
// handler.handleNamespace(parser, layoutBuilder);
} else
Logger.log().debug(XSWT.class,
"No custom namespace handler for " + namespace);
If I remove the comment there is a compile error. The ICustomNSHandler interface is expecting an XmlPullParser type parameter in its method declaration handleNamespace.
QUESTIONS:
Is the xswt project still being developed? Is it a dead project as it seems to be (can't find any recent changes to the repository)?
If not, will there be further labor made to support custom namespace handlers?
Best Regards,
Erdal Karaca
|