Unify quoting in metadata.xml files for machine processing
[gentoo.git] / dev-java / xml-xmlbeans / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <herd>java</herd>
5
6 <longdescription>
7
8 XMLBeans is a tool that allows you to access the full power of XML in a Java
9 friendly way. It is an XML-Java binding tool. The idea is that you can take
10 advantage the richness and features of XML and XML Schema and have these
11 features mapped as naturally as possible to the equivalent Java language and
12 typing constructs. XMLBeans uses XML Schema to compile Java interfaces and
13 classes that you can then use to access and modify XML instance data. Using
14 XMLBeans is similar to using any other Java interface/class, you will see things
15 like getFoo or setFoo just as you would expect when working with Java. While a
16 major use of XMLBeans is to access your XML instance data with strongly typed
17 Java classes there are also API's that allow you access to the full XML infoset
18 (XMLBeans keeps full XML Infoset fidelity) as well as to allow you to reflect
19 into the XML schema itself through an XML Schema Object model.
20
21 </longdescription>
22 </pkgmetadata>