/* ************************************************************************
#
# DivConq
#
# http://divconq.com/
#
# Copyright:
# Copyright 2014 eTimeline, LLC. All rights reserved.
#
# License:
# See the license.txt file in the project's top-level directory for details.
#
# Authors:
# * Andy White
#
************************************************************************ */
/**
* This package provides very lightweight XML support - useful if you don't care about NameSpaces
* or knowing what your parent element is. Not a fan of DOM but interested in something like it?
*
* Read XML content with {@link divconq.xml.XmlReader} and write it with {@link divconq.xml.XmlWriter}.
*/
package divconq.xml;