AgileWiki 12.1.3 (Element Model branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AgileWiki 12.1.3 (Element Model branch)
# 1  
Old 01-09-2009
AgileWiki 12.1.3 (Element Model branch)

AgileWiki is an SDK for assembling software systems which are fluid, easily configured and can be reorganized on-the-fly to meet ever changing requirements. It includes a COW-based database, the Rolonics programming paradigm, and semantic inferencing. License: Common Public License Changes:
This release adds Jetty integration, .sh scripts, and remote login support. PeerArkProxy no longer passes "null" in contextMap. The openArkDb command no longer assumes that all children of the Ark are Realms. INode initialization in btree containers has been fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
XML::Element(3pm)					User Contributed Perl Documentation					 XML::Element(3pm)

NAME
XML::Element - XML elements with the same interface as HTML::Element SYNOPSIS
[See HTML::Element] METHODS AND ATTRIBUTES
delete_ignorable_whitespace TODO: test and document this: with no tagname set, assumes ALL all-whitespace nodes are ignorable! endtag Redirects to HTML::Element::endtag_XML starttag Redirects to HTML::Element::starttag_XML DESCRIPTION
This is just a subclass of HTML::Element. It works basically the same as HTML::Element, except that tagnames and attribute names aren't forced to lowercase, as they are in HTML::Element. HTML::Element describes everything you can do with this class. CAVEATS
Has currently no handling of namespaces. SEE ALSO
XML::TreeBuilder for a class that actually builds XML::Element structures. HTML::Element for all documentation. XML::DOM and XML::Twig for other XML document tree interfaces. XML::Generator for more fun. COPYRIGHT AND DISCLAIMERS
Copyright (c) 2000,2004 Sean M. Burke. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. AUTHOR
Sean M. Burke, <sburke@cpan.org> perl v5.10.1 2011-03-05 XML::Element(3pm)