Re: [Xswt-developer] How to start...
Brought to you by:
dvorme
|
From: David J. O. <dj...@co...> - 2007-08-29 20:29:45
|
Unfortunately, development pretty much seems to be halted right now for a variety of reasons.
If that changes for me, I'll announce it here.
Sorry,
Dave
----- Original Message -----
From: *@bacin.de
To: xsw...@li...
Sent: Tuesday, August 28, 2007 7:44:47 AM GMT-0800
Subject: [Xswt-developer] How to start...
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
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Xswt-developer mailing list
Xsw...@li...
https://lists.sourceforge.net/lists/listinfo/xswt-developer
|