<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>general@xml.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/xml-general/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/xml-general/"/>
<id>http://mail-archives.apache.org/mod_mbox/xml-general/</id>
<updated>2013-05-25T18:46:02Z</updated>
<entry>
<title>Validating XML with attributes in namespace &quot;xml&quot;</title>
<author><name>Mikael Svenning &lt;mikael.svenning@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201301.mbox/%3cCABLm6mbaCtRfYQ=3XT0EbMaG8wGk+4pbXj2pE_fHSxWvutpy3Q@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCABLm6mbaCtRfYQ=3XT0EbMaG8wGk+4pbXj2pE_fHSxWvutpy3Q@mail-gmail-com%3e</id>
<updated>2013-01-04T12:23:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello,&#010;I have a question regarding namespaces for attributes, and how to declare&#010;such attributes in an XML schema.&#010;&#010;The reason that I want to use namespaces for an attribute is that I use XML&#010;DSig,&#010;and the signature parts should be specified with an "ID" attribute.&#010;&#010;The name of the attribute that specify the identification could have any&#010;name, and some possible choices are "ID", "Id" or "id".&#010;&#010;However, there seems to be a recommendation to use "xml:id", rather than&#010;anything else such as "ID".&#010;&#010;This is for example described in the following page:&#010;http://www.w3.org/TR/xml-id/&#010;&#010;This works fine for DSig signatures.&#010;I am using "xmlsec1" for signing/verification in my C++ application, and I&#010;am able to sign and verify the signature.&#010;&#010;In the XML files, the id is specified like this:&#010;&#010;&lt;elm:MyElement xml:id="MyName" OtherAttribute="SomeValue"&gt;&#010;&#010;Note that "xml:id" is an attribute in a namespace, which is rarely used&#010;although legal XML.&#010;However, the XML files should also be validated against a schema with&#010;Xerces, and it is there I have some problems.&#010;&#010;The problem is probably that I do not specify the schema correctly, rather&#010;than a problem in Xerces-C.&#010;&#010;&#010;I have tried to specify the attribute name as "xml:id" in the scheme like&#010;this:&#010;==========================================&#010;                        &lt;xs:attribute name="xml:id" use="required"&gt;&#010;                                &lt;xs:simpleType&gt;&#010;                                        &lt;xs:restriction base="xs:string"&gt;&#010;                                                &lt;xs:enumeration&#010;value="MyName"/&gt;&#010;                                        &lt;/xs:restriction&gt;&#010;                                &lt;/xs:simpleType&gt;&#010;                        &lt;/xs:attribute&gt;&#010;==========================================&#010;&#010;&#010;However, when I try to validate the document, I get the following error&#010;message:&#010;==================================&#010;Error at file XMLParserInput, line 1, char 441&#010;  Message: attribute '{http://www.w3.org/XML/1998/namespace}id' is not&#010;declared for element 'Routing'&#010;==================================&#010;&#010;My XML document has an "xml:id" attribute, but the Xerces validator does&#010;not seem to think&#010;that this attribute is declared according to the schema.&#010;&#010;My question now is how I should write the XML schema to make it accept&#010;"xml:id"?&#010;&#010;I have searched on the net, and I have got some hints, for example this:&#010;&#010;http://xsd.stylusstudio.com/2004Oct/post01004.htm&#010;&#010;But my XML schema is more complicated, and consists of several xsd files&#010;and multiple namespaces,&#010;so I have not been able to make it validate with Xerces.&#010;&#010;&#010;My XML file declares something similar to the following:&#010;===============================&#010;&lt;soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-env&#010;elope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:qwerty="&#010;http://www.mycompany&#010;.se/qwert" xmlns:abcd="http://www.mycompany.se/abcd"&gt;&#010;===============================&#010;&#010;The schema file(s) declares information similar to this:&#010;===============================&#010;&lt;xs:schema xmlns:abcd="http://www.mycompany.se/abcd" xmlns:xs="&#010;http://www.w3.org/2001/XMLSchem&#010;a"  targetNamespace="http://www.mycompany.se/abcd"&#010;elementFormDefault="qualified" attributeFor&#010;mDefault="unqualified"&gt;&#010;===============================&#010;&#010;Can you give some hints how I should declare the XML schema to validate the&#010;XML file with xml:id?&#010;&#010;&#010;Regards&#010;/Mikael&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>RE: Getting FOP emedded examples to work</title>
<author><name>Arjan Bokx &lt;arjan.bokx@akb-ls.nl&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201301.mbox/%3c883B341EFD05AC45B2415EC88F9E00B62D978BD2@AMXPRD0610MB378.eurprd06.prod.outlook.com%3e"/>
<id>urn:uuid:%3c883B341EFD05AC45B2415EC88F9E00B62D978BD2@AMXPRD0610MB378-eurprd06-prod-outlook-com%3e</id>
<updated>2013-01-02T07:30:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I will do that, thanks.&#010;&#010;&gt; -----Oorspronkelijk bericht-----&#010;&gt; Van: Michael Glavassevich [mailto:mrglavas@ca.ibm.com]&#010;&gt; Verzonden: maandag 31 december 2012 21:36&#010;&gt; Aan: general@xml.apache.org&#010;&gt; Onderwerp: Re: Getting FOP emedded examples to work&#010;&gt; &#010;&gt; Hello Arjan,&#010;&gt; &#010;&gt; There is a FOP users mailing list [1]. You're more likely to get&#010;&gt; assistance from the FOP community if you asked your question there.&#010;&gt; &#010;&gt; Thanks.&#010;&gt; &#010;&gt; [1] http://xmlgraphics.apache.org/fop/maillist.html#fop-user&#010;&gt; &#010;&gt; Michael Glavassevich&#010;&gt; XML Technologies and WAS Development&#010;&gt; IBM Toronto Lab&#010;&gt; E-mail: mrglavas@ca.ibm.com&#010;&gt; E-mail: mrglavas@apache.org&#010;&gt; &#010;&gt; Arjan Bokx &lt;arjan.bokx@akb-ls.nl&gt; wrote on 31/12/2012 04:30:41 AM:&#010;&#010;[snip question about Apache Fop]&#010;&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Bad link to source of xml-commons</title>
<author><name>David Crossley &lt;crossley@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201301.mbox/%3c20130101223940.GD523@igg.local%3e"/>
<id>urn:uuid:%3c20130101223940-GD523@igg-local%3e</id>
<updated>2013-01-01T22:39:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
B.J. Herbison wrote:&#010;&gt;&#010;&gt; I wanted to look at the source of xml-commons and follow the browse link from http://xerces.apache.org/xml-commons/&#010;to http://svn.apache.org/viewvc/xml/commons/ and received a 404.&#010;&gt; &#010;&gt; What is the correct link to browse the source?&#010;&#010;Find it now under Xerces:&#010;http://svn.apache.org/viewvc/xerces/&#010;Followup discussions at the Xerces mailing lists.&#010;&#010;-David&#010;&#010;&gt;                                                                                     &#010;           Thanks,&#010;&gt;                                                                                     &#010;           B.J.&#010;&gt; B.J. Herbison&#010;&gt; Veracode, Inc.&#010;&gt; BJHerbison@Veracode.com&#010;&gt; &#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bad link to source of xml-commons</title>
<author><name>&quot;B.J. Herbison&quot; &lt;BJHerbison@Veracode.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201301.mbox/%3cD421AACBD30FB44B9E073E36A588A7D52162E16697@franklin.Veracode.local%3e"/>
<id>urn:uuid:%3cD421AACBD30FB44B9E073E36A588A7D52162E16697@franklin-Veracode-local%3e</id>
<updated>2012-12-27T17:52:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I wanted to look at the source of xml-commons and follow the browse link from http://xerces.apache.org/xml-commons/&#010;to http://svn.apache.org/viewvc/xml/commons/ and received a 404.&#010;&#010;What is the correct link to browse the source?&#010;&#010;                                                                                         &#010;      Thanks,&#010;                                                                                         &#010;      B.J.&#010;B.J. Herbison&#010;Veracode, Inc.&#010;BJHerbison@Veracode.com&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Getting FOP emedded examples to work</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201212.mbox/%3cOF3366CCEB.9BCF5915-ON85257AE5.0070E776-85257AE5.00712DE7@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF3366CCEB-9BCF5915-ON85257AE5-0070E776-85257AE5-00712DE7@ca-ibm-com%3e</id>
<updated>2013-12-31T20:36:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello Arjan,&#010;&#010;There is a FOP users mailing list [1]. You're more likely to get &#010;assistance from the FOP community if you asked your question there.&#010;&#010;Thanks.&#010;&#010;[1] http://xmlgraphics.apache.org/fop/maillist.html#fop-user&#010;&#010;Michael Glavassevich&#010;XML Technologies and WAS Development&#010;IBM Toronto Lab&#010;E-mail: mrglavas@ca.ibm.com&#010;E-mail: mrglavas@apache.org&#010;&#010;Arjan Bokx &lt;arjan.bokx@akb-ls.nl&gt; wrote on 31/12/2012 04:30:41 AM:&#010;&#010;&gt; Hello everybody,&#010;&gt; &#010;&gt; I have a question about getting the "embedded" examples of FOP 1.1 to &#010;work.&#010;&gt; Is this the right place to ask?&#010;&gt; (If not, please redirect me and disregard the following)&#010;&gt; &#010;&gt; I've downloaded and installed fop 1.1&#010;&gt; I've downloaded and installed Ant.&#010;&gt; With Ant, I compiled the "embedded" examples.&#010;&gt; "Ant example1" correctly runs ExampleFO2PDF.&#010;&gt; What should I do to call ExampleFO2PDF from Java? Actually I wish to&#010;&gt; call it from Delphi, using JNI, but first things first.&#010;&gt; "Java ExampleFO2PDF" gives:&#010;&gt; Exception in thread "main" java.lang.NoClassDefFoundError: &#010;&gt; ExampleFO2PDF (wrong name: embedding/ExampleFO2PDF)&#010;&gt; &#010;&gt; When I add just about every path to the classpath with the command &#010;&gt; line option -cp, I get:&#010;&gt; Error: Could not find or load main class ExampleFO2PDF.main&#010;&gt; &#010;&gt; Could you help me please.&#010;&gt; &#010;&gt; &#010;&gt; Regards,&#010;&gt; Arjan Bokx&#010;&gt; &#010;&gt; &#010;&gt; &#010;&gt; ---------------------------------------------------------------------&#010;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Getting FOP emedded examples to work</title>
<author><name>Arjan Bokx &lt;arjan.bokx@akb-ls.nl&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201212.mbox/%3c883B341EFD05AC45B2415EC88F9E00B62D978917@AMXPRD0610MB378.eurprd06.prod.outlook.com%3e"/>
<id>urn:uuid:%3c883B341EFD05AC45B2415EC88F9E00B62D978917@AMXPRD0610MB378-eurprd06-prod-outlook-com%3e</id>
<updated>2013-12-31T09:30:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hello everybody,&#010;&#010;I have a question about getting the "embedded" examples of FOP 1.1 to work.&#010;Is this the right place to ask?&#010;(If not, please redirect me and disregard the following)&#010;&#010;I've downloaded and installed fop 1.1&#010;I've downloaded and installed Ant.&#010;With Ant, I compiled the "embedded" examples.&#010;"Ant example1" correctly runs ExampleFO2PDF.&#010;What should I do to call ExampleFO2PDF from Java? Actually I wish to call it from Delphi,&#010;using JNI, but first things first.&#010;"Java ExampleFO2PDF" gives:&#010;Exception in thread "main" java.lang.NoClassDefFoundError: ExampleFO2PDF (wrong name: embedding/ExampleFO2PDF)&#010;&#010;When I add just about every path to the classpath with the command line option -cp, I get:&#010;Error: Could not find or load main class ExampleFO2PDF.main&#010;&#010;Could you help me please.&#010;&#010;&#010;Regards,&#010;Arjan Bokx&#010;&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Multi threading and xml</title>
<author><name>pa7751 &lt;pa7751@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3c34588261.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c34588261-post@talk-nabble-com%3e</id>
<updated>2012-10-22T18:15:15Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;Suppose that there is a sudden power failure. In that case, some of the&#010;memory fragments will fail to write to file. Then again the xml structure&#010;could become inconsistent. How do we deal with this then?&#010;&#010;&#010;Paul Libbrecht-4 wrote:&#010;&gt; &#010;&gt; How about using DOM/JDOM/XOM to assemble the fragments to memory then&#010;&gt; output them (with an outputter thread or after the things are done).&#010;&gt; &#010;&gt; If this is really massive, you could try to output the threads to separate&#010;&gt; files then merge things?&#010;&gt; &#010;&gt; paul&#010;&gt; &#010;&gt; &#010;&gt; Le 22 oct. 2012 à 12:21, pa7751 a écrit :&#010;&gt; &#010;&gt;&gt; Hi I have an xml file that has to be written by multiple threads running&#010;&gt;&gt; in parallel. How can we ensure that the structural integrity of the xml&#010;&gt;&gt; file i.e. many threads writing into the file can spoil the structure of&#010;&gt;&gt; the xml. One way is to make the write method synchronized, but that is a&#010;&gt;&gt; very high level approach with which only one thread may write at a time.&#010;&gt;&gt; So the other threads are ready with their data but cannot write until the&#010;&gt;&gt; lock is released. Is there a better way to do this? &#010;&gt;&gt; View this message in context: Multi threading and xml&#010;&gt;&gt; Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&gt; &#010;&gt; &#010;&gt; &#010;&#010;-- &#010;View this message in context: http://old.nabble.com/Multi-threading-and-xml-tp34585906p34588261.html&#010;Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Multi threading and xml</title>
<author><name>Paul Libbrecht &lt;paul@hoplahup.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3c686A1A33-9210-4486-8C06-BC33145CBD42@hoplahup.net%3e"/>
<id>urn:uuid:%3c686A1A33-9210-4486-8C06-BC33145CBD42@hoplahup-net%3e</id>
<updated>2012-10-22T12:19:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
How about using DOM/JDOM/XOM to assemble the fragments to memory then output them (with an&#010;outputter thread or after the things are done).&#010;&#010;If this is really massive, you could try to output the threads to separate files then merge&#010;things?&#010;&#010;paul&#010;&#010;&#010;Le 22 oct. 2012 à 12:21, pa7751 a écrit :&#010;&#010;&gt; Hi I have an xml file that has to be written by multiple threads running in parallel.&#010;How can we ensure that the structural integrity of the xml file i.e. many threads writing&#010;into the file can spoil the structure of the xml. One way is to make the write method synchronized,&#010;but that is a very high level approach with which only one thread may write at a time. So&#010;the other threads are ready with their data but cannot write until the lock is released. Is&#010;there a better way to do this? &#010;&gt; View this message in context: Multi threading and xml&#010;&gt; Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Multi threading and xml</title>
<author><name>Paul Libbrecht &lt;paul@hoplahup.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3c3C92CE0D-E8CB-4B04-8DC8-4D5CA3FA7D61@hoplahup.net%3e"/>
<id>urn:uuid:%3c3C92CE0D-E8CB-4B04-8DC8-4D5CA3FA7D61@hoplahup-net%3e</id>
<updated>2012-10-22T12:13:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
How about using DOM/JDOM/XOM to assemble the fragments to memory then output them (with an&#010;outputter thread or after the things are done).&#010;&#010;If this is really massive, you could try to output the threads to separate files then merge&#010;things?&#010;&#010;paul&#010;&#010;&#010;Le 22 oct. 2012 à 12:21, pa7751 a écrit :&#010;&#010;&gt; Hi I have an xml file that has to be written by multiple threads running in parallel.&#010;How can we ensure that the structural integrity of the xml file i.e. many threads writing&#010;into the file can spoil the structure of the xml. One way is to make the write method synchronized,&#010;but that is a very high level approach with which only one thread may write at a time. So&#010;the other threads are ready with their data but cannot write until the lock is released. Is&#010;there a better way to do this? &#010;&gt; View this message in context: Multi threading and xml&#010;&gt; Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Multi threading and xml</title>
<author><name>pa7751 &lt;pa7751@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3c34585906.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c34585906-post@talk-nabble-com%3e</id>
<updated>2012-10-22T09:21:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;Hi &#010;&#010;I have an xml file that has to be written by multiple threads running in&#010;parallel. How can we ensure that the structural integrity of the xml file&#010;i.e. many threads writing into the file can spoil the structure of the xml.&#010;One way is to make the write method synchronized, but that is a very high&#010;level approach with which only one thread may write at a time. So the other&#010;threads are ready with their data but cannot write until the lock is&#010;released. Is there a better way to do this?&#010;-- &#010;View this message in context: http://old.nabble.com/Multi-threading-and-xml-tp34585906p34585906.html&#010;Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: How to parse xml</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3cOF4EA69F50.FDD9457A-ON85257A93.0050EB04-85257A93.00511769@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF4EA69F50-FDD9457A-ON85257A93-0050EB04-85257A93-00511769@ca-ibm-com%3e</id>
<updated>2012-10-10T14:45:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
JAXP has been part of the platform since Java SE 1.4. You can rely on it.&#010;&#010;Michael Glavassevich&#010;XML Technologies and WAS Development&#010;IBM Toronto Lab&#010;E-mail: mrglavas@ca.ibm.com&#010;E-mail: mrglavas@apache.org&#010;&#010;pa7751 &lt;pa7751@gmail.com&gt; wrote on 10/10/2012 02:13:40 AM:&#010;&#010;&gt; Hi&#010;&gt; &#010;&gt; Actually I did, and so I got more and more confused, with so many &#010;options&#010;&gt; being talked about. So I want to know if JAXP can be used as such from &#010;jdk&#010;&gt; 1.4 to 1.6 or does that have to be integrated with some 3rd party &#010;parser?&#010;&gt; &#010;&gt; Thanks&#010;&gt; &#010;&gt; &#010;&gt; Michael Glavassevich-3 wrote:&#010;&gt; &gt; &#010;&gt; &gt; Hi,&#010;&gt; &gt; &#010;&gt; &gt; Did you do any research before asking your question? If you search &#010;mailing &#010;&gt; &gt; list archives or on sites like Stack Overflow [1] you'll find plenty &#010;of &#010;&gt; &gt; views on various approaches to processing XML and their pros/cons.&#010;&gt; &gt; &#010;&gt; &gt; Thanks.&#010;&gt; &gt; &#010;&gt; &gt; [1] http://www.stackoverflow.com&#010;&gt; &gt; &#010;&gt; &gt; Michael Glavassevich&#010;&gt; &gt; XML Technologies and WAS Development&#010;&gt; &gt; IBM Toronto Lab&#010;&gt; &gt; E-mail: mrglavas@ca.ibm.com&#010;&gt; &gt; E-mail: mrglavas@apache.org&#010;&gt; &gt; &#010;&gt; &gt; pa7751 &lt;pa7751@gmail.com&gt; wrote on 09/10/2012 08:16:38 AM:&#010;&gt; &gt; &#010;&gt; &gt;&gt; Hi &#010;&gt; &gt;&gt; &#010;&gt; &gt;&gt; I have a requirement where i have a valid xml that I need to parse so &#010;&#010;&gt; &gt; that&#010;&gt; &gt;&gt; the elements of the xml can be made to behave in some manner. I need &#010;to &#010;&gt; &gt; know&#010;&gt; &gt;&gt; two things: &#010;&gt; &gt;&gt; &#010;&gt; &gt;&gt; 1. Which parser is best to use DOM, SAX etc.&#010;&gt; &gt;&gt; 2. Which parser library can I use. Here please note that my JRE can &#010;be &#010;&gt; &gt; 1.4 o&#010;&gt; &gt;&gt; 1.6. So my code should be compatible with these versions&#010;&gt; &gt;&gt; &#010;&gt; &gt;&gt; &#010;&gt; &gt;&gt; Note that my xml may not be very big in size. It can have a maximum &#010;of &#010;&gt; &gt; 200&#010;&gt; &gt;&gt; elements maybe &#010;&gt; &gt;&gt; -- &#010;&gt; &gt;&gt; View this message in context: http://old.nabble.com/How-to-parse-&#010;&gt; &gt;&gt; xml-tp34531631p34531631.html&#010;&gt; &gt;&gt; Sent from the Apache XML - General mailing list archive at &#010;Nabble.com.&#010;&gt; &gt;&gt; &#010;&gt; &gt;&gt; &#010;&gt; &gt;&gt; ---------------------------------------------------------------------&#010;&gt; &gt;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt; &gt;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;&gt; &gt; &#010;&gt; &gt; &#010;&gt; &#010;&gt; -- &#010;&gt; View this message in context: http://old.nabble.com/How-to-parse-&#010;&gt; xml-tp34531631p34535758.html&#010;&gt; Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&gt; &#010;&gt; &#010;&gt; ---------------------------------------------------------------------&#010;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: How to parse xml</title>
<author><name>pa7751 &lt;pa7751@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3c34535758.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c34535758-post@talk-nabble-com%3e</id>
<updated>2012-10-10T06:13:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;Hi&#010;&#010;Actually I did, and so I got more and more confused, with so many options&#010;being talked about. So I want to know if JAXP can be used as such from jdk&#010;1.4 to 1.6 or does that have to be integrated with some 3rd party parser?&#010;&#010;Thanks&#010;&#010;&#010;Michael Glavassevich-3 wrote:&#010;&gt; &#010;&gt; Hi,&#010;&gt; &#010;&gt; Did you do any research before asking your question? If you search mailing &#010;&gt; list archives or on sites like Stack Overflow [1] you'll find plenty of &#010;&gt; views on various approaches to processing XML and their pros/cons.&#010;&gt; &#010;&gt; Thanks.&#010;&gt; &#010;&gt; [1] http://www.stackoverflow.com&#010;&gt; &#010;&gt; Michael Glavassevich&#010;&gt; XML Technologies and WAS Development&#010;&gt; IBM Toronto Lab&#010;&gt; E-mail: mrglavas@ca.ibm.com&#010;&gt; E-mail: mrglavas@apache.org&#010;&gt; &#010;&gt; pa7751 &lt;pa7751@gmail.com&gt; wrote on 09/10/2012 08:16:38 AM:&#010;&gt; &#010;&gt;&gt; Hi &#010;&gt;&gt; &#010;&gt;&gt; I have a requirement where i have a valid xml that I need to parse so &#010;&gt; that&#010;&gt;&gt; the elements of the xml can be made to behave in some manner. I need to &#010;&gt; know&#010;&gt;&gt; two things: &#010;&gt;&gt; &#010;&gt;&gt; 1. Which parser is best to use DOM, SAX etc.&#010;&gt;&gt; 2. Which parser library can I use. Here please note that my JRE can be &#010;&gt; 1.4 o&#010;&gt;&gt; 1.6. So my code should be compatible with these versions&#010;&gt;&gt; &#010;&gt;&gt; &#010;&gt;&gt; Note that my xml may not be very big in size. It can have a maximum of &#010;&gt; 200&#010;&gt;&gt; elements maybe &#010;&gt;&gt; -- &#010;&gt;&gt; View this message in context: http://old.nabble.com/How-to-parse-&#010;&gt;&gt; xml-tp34531631p34531631.html&#010;&gt;&gt; Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&gt;&gt; &#010;&gt;&gt; &#010;&gt;&gt; ---------------------------------------------------------------------&#010;&gt;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;&gt; &#010;&gt; &#010;&#010;-- &#010;View this message in context: http://old.nabble.com/How-to-parse-xml-tp34531631p34535758.html&#010;Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: How to parse xml</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3cOF2D9A00CB.DF15B83F-ON85257A92.00503A10-85257A92.0050F2F6@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF2D9A00CB-DF15B83F-ON85257A92-00503A10-85257A92-0050F2F6@ca-ibm-com%3e</id>
<updated>2012-10-09T14:44:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,&#010;&#010;Did you do any research before asking your question? If you search mailing &#010;list archives or on sites like Stack Overflow [1] you'll find plenty of &#010;views on various approaches to processing XML and their pros/cons.&#010;&#010;Thanks.&#010;&#010;[1] http://www.stackoverflow.com&#010;&#010;Michael Glavassevich&#010;XML Technologies and WAS Development&#010;IBM Toronto Lab&#010;E-mail: mrglavas@ca.ibm.com&#010;E-mail: mrglavas@apache.org&#010;&#010;pa7751 &lt;pa7751@gmail.com&gt; wrote on 09/10/2012 08:16:38 AM:&#010;&#010;&gt; Hi &#010;&gt; &#010;&gt; I have a requirement where i have a valid xml that I need to parse so &#010;that&#010;&gt; the elements of the xml can be made to behave in some manner. I need to &#010;know&#010;&gt; two things: &#010;&gt; &#010;&gt; 1. Which parser is best to use DOM, SAX etc.&#010;&gt; 2. Which parser library can I use. Here please note that my JRE can be &#010;1.4 o&#010;&gt; 1.6. So my code should be compatible with these versions&#010;&gt; &#010;&gt; &#010;&gt; Note that my xml may not be very big in size. It can have a maximum of &#010;200&#010;&gt; elements maybe &#010;&gt; -- &#010;&gt; View this message in context: http://old.nabble.com/How-to-parse-&#010;&gt; xml-tp34531631p34531631.html&#010;&gt; Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&gt; &#010;&gt; &#010;&gt; ---------------------------------------------------------------------&#010;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>How to parse xml</title>
<author><name>pa7751 &lt;pa7751@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201210.mbox/%3c34531631.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c34531631-post@talk-nabble-com%3e</id>
<updated>2012-10-09T12:16:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;Hi &#010;&#010;I have a requirement where i have a valid xml that I need to parse so that&#010;the elements of the xml can be made to behave in some manner. I need to know&#010;two things: &#010;&#010;1. Which parser is best to use DOM, SAX etc.&#010;2. Which parser library can I use. Here please note that my JRE can be 1.4 o&#010;1.6. So my code should be compatible with these versions&#010;&#010;&#010;Note that my xml may not be very big in size. It can have a maximum of 200&#010;elements maybe &#010;-- &#010;View this message in context: http://old.nabble.com/How-to-parse-xml-tp34531631p34531631.html&#010;Sent from the Apache XML - General mailing list archive at Nabble.com.&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: next stable version for FOP?</title>
<author><name>Chris Bowditch &lt;bowditch_chris@hotmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201207.mbox/%3cBLU0-SMTP11109B76C183A1C25E00CBCFBDD0@phx.gbl%3e"/>
<id>urn:uuid:%3cBLU0-SMTP11109B76C183A1C25E00CBCFBDD0@phx-gbl%3e</id>
<updated>2012-07-23T14:31:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On 23/07/2012 14:59, Danut Clapa wrote:&#010;&gt; Hello,&#010;&#010;Hi Danut,&#010;&#010;&gt; I seen that the latest version of the FOP is 1.1rc. Taking in consideration that is an&#010;release candidate. Do you have any information when will be next stable release after 1.1rc?&#010;&#010;You don't need to cross post your question to multiple lists. Please &#010;avoid doing so in future. Thanks.&#010;&#010;To answer your question; the plan is to release FOP 1.1 a few weeks &#010;after 1.1rc1 when we've had sufficient feedback to be sure the release &#010;is sufficiently stable.&#010;&#010;Thanks,&#010;&#010;Chris&#010;&#010;&gt;&#010;&gt; Thank you,&#010;&gt;&#010;&gt;&#010;&gt;&#010;&gt; Danut Clapa&#010;&gt; Senior Java Developer&#010;&gt; TIC&#010;&gt; Phone 0314138592&#010;&gt; danut.clapa@uti.ro&#010;&gt; Sos. Oltenitei, nr 107 A, corp C1, Etaj 5&#010;&gt; 107-111A Oltenitei&#010;&gt; RO-041393 Bucuresti 4&#010;&gt; Romania&#010;&gt; www.uti.eu.com &lt;http://www.uti.eu.com%20/&gt;&#010;&gt;&#010;&gt;&#010;&gt;&#010;&gt;&#010;&gt;&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>next stable version for FOP?</title>
<author><name>Danut Clapa &lt;danut.clapa@uti.eu.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201207.mbox/%3c01C3D889C1267649B388B16D77E0CF60C790EFD9@EXMB2.uti.ro%3e"/>
<id>urn:uuid:%3c01C3D889C1267649B388B16D77E0CF60C790EFD9@EXMB2-uti-ro%3e</id>
<updated>2012-07-23T13:59:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;Hello,&#010;I seen that the latest version of the FOP is 1.1rc. Taking in consideration that is an release&#010;candidate. Do you have any information when will be next stable release after 1.1rc?&#010;&#010;Thank you,&#010;&#010;&#010;&#010;Danut Clapa&#010;Senior Java Developer&#010;TIC&#010;Phone 0314138592&#010;danut.clapa@uti.ro&#010;Sos. Oltenitei, nr 107 A, corp C1, Etaj 5&#010;107-111A Oltenitei&#010;RO-041393 Bucuresti 4&#010;Romania&#010;www.uti.eu.com &lt;http://www.uti.eu.com%20/&gt;&#010;&#010;&#010;&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [VOTE] Move XIndice to the Attic</title>
<author><name>Henri Yandell &lt;bayard@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCALGG8z0+NQjyQKTtHxh02umYV0Z0RW_CEmhrhg9By4+NDNL8Ow@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCALGG8z0+NQjyQKTtHxh02umYV0Z0RW_CEmhrhg9By4+NDNL8Ow@mail-gmail-com%3e</id>
<updated>2011-08-17T15:13:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Thanks.&#010;&#010;That'll be me not being on general@xml. :)&#010;&#010;My suggestion is that the xml.apache.org site is rewritten to be&#010;historical, then moved over to be under the Attic (post the board&#010;resolution to dissolve the TLP -&#010;https://attic.apache.org/resolution.html).&#010;&#010;Hen&#010;&#010;On Wed, Aug 17, 2011 at 6:51 AM, Michael Glavassevich&#010;&lt;mrglavas@ca.ibm.com&gt; wrote:&#010;&gt; I thought the board report [1] Gianugo posted to the list covered that.&#010;&gt;&#010;&gt; [1] http://markmail.org/message/egh4l2pmbniyogbj&#010;&gt;&#010;&gt; Michael Glavassevich&#010;&gt; XML Parser Development&#010;&gt; IBM Toronto Lab&#010;&gt; E-mail: mrglavas@ca.ibm.com&#010;&gt; E-mail: mrglavas@apache.org&#010;&gt;&#010;&gt; hyandell@gmail.com wrote on 08/17/2011 12:35:08 AM:&#010;&gt;&#010;&gt;&gt; Once that's done, is it time to move xml.apache.org to the Attic and&#010;&gt;&gt; close down the PMC?&#010;&gt;&gt;&#010;&gt;&gt; You've just beaten Jakarta; BSF's moving into Commons which leaves&#010;&gt;&gt; JMeter as the last, most likely TLP-bound, subproject.&#010;&gt;&gt;&#010;&gt;&gt; Hen&#010;&gt;&gt;&#010;&gt;&gt; On Fri, Aug 12, 2011 at 10:23 AM, Gianugo Rabellino&#010;&gt;&gt; &lt;gianugo@apache.org&gt; wrote:&#010;&gt;&gt; &gt; Further to lack of volunteering on the headsup given to the XIndice&#010;&gt;&gt; &gt; mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;&gt;&gt; &gt; existing committers in agreement on moving the project to the Attic,&#010;&gt;&gt; &gt; here is an official vote to make it happen.&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt; This vote will be open for 72 hours from now. Everyone is welcome to&#010;&gt;&gt; &gt; chime in, but the only binding votes will be from the XML PMC members,&#010;&gt;&gt; &gt; and I'm asking to keep the XIndice mailing list in the loop.&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt; Please cast your vote as follows:&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt; [+1] Move XIndice to the Attic&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt; [ 0] I don't really care&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt; [-1] No, don't move it to the Attic and I volunteer to find an&#010;&gt;&gt; &gt; alternate solution&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt; Here is my +1.&#010;&gt;&gt; &gt;&#010;&gt;&gt; &gt; --&#010;&gt;&gt; &gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt;&gt; &gt; Blog: http://boldlyopen.com&#010;&gt;&gt; &gt;&#010;&gt;&gt;&#010;&gt;&gt; ---------------------------------------------------------------------&#010;&gt;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [VOTE] Move XIndice to the Attic</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cOF432330F2.61AC2F65-ON852578EF.004BD40C-852578EF.004C1EE1@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF432330F2-61AC2F65-ON852578EF-004BD40C-852578EF-004C1EE1@ca-ibm-com%3e</id>
<updated>2011-08-17T13:51:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I thought the board report [1] Gianugo posted to the list covered that.&#010;&#010;[1] http://markmail.org/message/egh4l2pmbniyogbj&#010;&#010;Michael Glavassevich&#010;XML Parser Development&#010;IBM Toronto Lab&#010;E-mail: mrglavas@ca.ibm.com&#010;E-mail: mrglavas@apache.org&#010;&#010;hyandell@gmail.com wrote on 08/17/2011 12:35:08 AM:&#010;&#010;&gt; Once that's done, is it time to move xml.apache.org to the Attic and&#010;&gt; close down the PMC?&#010;&gt;&#010;&gt; You've just beaten Jakarta; BSF's moving into Commons which leaves&#010;&gt; JMeter as the last, most likely TLP-bound, subproject.&#010;&gt;&#010;&gt; Hen&#010;&gt;&#010;&gt; On Fri, Aug 12, 2011 at 10:23 AM, Gianugo Rabellino&#010;&gt; &lt;gianugo@apache.org&gt; wrote:&#010;&gt; &gt; Further to lack of volunteering on the headsup given to the XIndice&#010;&gt; &gt; mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;&gt; &gt; existing committers in agreement on moving the project to the Attic,&#010;&gt; &gt; here is an official vote to make it happen.&#010;&gt; &gt;&#010;&gt; &gt; This vote will be open for 72 hours from now. Everyone is welcome to&#010;&gt; &gt; chime in, but the only binding votes will be from the XML PMC members,&#010;&gt; &gt; and I'm asking to keep the XIndice mailing list in the loop.&#010;&gt; &gt;&#010;&gt; &gt; Please cast your vote as follows:&#010;&gt; &gt;&#010;&gt; &gt; [+1] Move XIndice to the Attic&#010;&gt; &gt;&#010;&gt; &gt; [ 0] I don't really care&#010;&gt; &gt;&#010;&gt; &gt; [-1] No, don't move it to the Attic and I volunteer to find an&#010;&gt; &gt; alternate solution&#010;&gt; &gt;&#010;&gt; &gt;&#010;&gt; &gt; Here is my +1.&#010;&gt; &gt;&#010;&gt; &gt; --&#010;&gt; &gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; &gt; Blog: http://boldlyopen.com&#010;&gt; &gt;&#010;&gt;&#010;&gt; ---------------------------------------------------------------------&#010;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [VOTE] Move XIndice to the Attic</title>
<author><name>Henri Yandell &lt;henri@yandell.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCALGG8z1d2g_0Ov5gqt+QxsJW+haJVRU8oqAxnWQowRKsaBJyMg@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCALGG8z1d2g_0Ov5gqt+QxsJW+haJVRU8oqAxnWQowRKsaBJyMg@mail-gmail-com%3e</id>
<updated>2011-08-17T04:35:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Once that's done, is it time to move xml.apache.org to the Attic and&#010;close down the PMC?&#010;&#010;You've just beaten Jakarta; BSF's moving into Commons which leaves&#010;JMeter as the last, most likely TLP-bound, subproject.&#010;&#010;Hen&#010;&#010;On Fri, Aug 12, 2011 at 10:23 AM, Gianugo Rabellino &lt;gianugo@apache.org&gt; wrote:&#010;&gt; Further to lack of volunteering on the headsup given to the XIndice&#010;&gt; mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;&gt; existing committers in agreement on moving the project to the Attic,&#010;&gt; here is an official vote to make it happen.&#010;&gt;&#010;&gt; This vote will be open for 72 hours from now. Everyone is welcome to&#010;&gt; chime in, but the only binding votes will be from the XML PMC members,&#010;&gt; and I'm asking to keep the XIndice mailing list in the loop.&#010;&gt;&#010;&gt; Please cast your vote as follows:&#010;&gt;&#010;&gt; [+1] Move XIndice to the Attic&#010;&gt;&#010;&gt; [ 0] I don't really care&#010;&gt;&#010;&gt; [-1] No, don't move it to the Attic and I volunteer to find an&#010;&gt; alternate solution&#010;&gt;&#010;&gt;&#010;&gt; Here is my +1.&#010;&gt;&#010;&gt; --&#010;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; Blog: http://boldlyopen.com&#010;&gt;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[REPORT] XML board report - August 2011</title>
<author><name>Gianugo Rabellino &lt;gianugo@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAAxe4f4MruKgKZNQ1rn4oC6QsSLOw9o33sit_J76qUw5OiJiHA@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAAxe4f4MruKgKZNQ1rn4oC6QsSLOw9o33sit_J76qUw5OiJiHA@mail-gmail-com%3e</id>
<updated>2011-08-15T22:18:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The big news from the XML project is that we finally managed to start&#010;the process of moving XIndice to the Attic. The vote just passed, and&#010;the move will start in the next few days. Once we are done with that,&#010;it will be time for a last call to the various xml-related projects to&#010;see what we should do with the existing xml web properties (DTDs and&#010;other resources), then we will be able to fold the XML project&#010;altogether.&#010;&#010;No other issues requiring board attention at this time.&#010;&#010;--&#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[VOTE][RESULT] Move XIndice to the Attic</title>
<author><name>Gianugo Rabellino &lt;gianugo@rabellino.it&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAAxe4f5DQ_KyAOJTs++1RV5YkAZUP96fbp7fcwM34tVsB174XA@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAAxe4f5DQ_KyAOJTs++1RV5YkAZUP96fbp7fcwM34tVsB174XA@mail-gmail-com%3e</id>
<updated>2011-08-15T18:41:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Thanks to the last minute vote from Shane we were able to gather the&#010;missing +1 to move XIndice to the Attic. The vote passes with 3&#010;binding +1 (Gianugo, Gareth and Shane), 3 non-binding +1 (Carol, Mark,&#010;Catherine) and a non-binding +0 (Natalia).&#010;&#010;Thanks for the participation. The move will start in the next few days.&#010;&#010;-- &#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;&#010;&#010;&#010;On Fri, Aug 12, 2011 at 10:23 AM, Gianugo Rabellino &lt;gianugo@apache.org&gt; wrote:&#010;&gt; Further to lack of volunteering on the headsup given to the XIndice&#010;&gt; mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;&gt; existing committers in agreement on moving the project to the Attic,&#010;&gt; here is an official vote to make it happen.&#010;&gt;&#010;&gt; This vote will be open for 72 hours from now. Everyone is welcome to&#010;&gt; chime in, but the only binding votes will be from the XML PMC members,&#010;&gt; and I'm asking to keep the XIndice mailing list in the loop.&#010;&gt;&#010;&gt; Please cast your vote as follows:&#010;&gt;&#010;&gt; [+1] Move XIndice to the Attic&#010;&gt;&#010;&gt; [ 0] I don't really care&#010;&gt;&#010;&gt; [-1] No, don't move it to the Attic and I volunteer to find an&#010;&gt; alternate solution&#010;&gt;&#010;&gt;&#010;&gt; Here is my +1.&#010;&gt;&#010;&gt; --&#010;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; Blog: http://boldlyopen.com&#010;&gt;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[DRAFT][REPORT] XML board report - August 2011</title>
<author><name>Gianugo Rabellino &lt;gianugo@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAAxe4f40yXqPMT2pxpyw1jJvFi-yqLT+EiBO9fRazyTV9ciigQ@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAAxe4f40yXqPMT2pxpyw1jJvFi-yqLT+EiBO9fRazyTV9ciigQ@mail-gmail-com%3e</id>
<updated>2011-08-15T18:39:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
(unless anyone chimes in, I'm going to post this later today)&#010;&#010;The big news from the XML project is that we finally managed to start&#010;the process of moving XIndice to the Attic. The vote just passed, and&#010;the move will start in the next few days. Once we are done with that,&#010;it will be time for a last call to the various xml-related projects to&#010;see what we should do with the existing xml web properties (DTDs and&#010;other resources), then we will be able to fold the XML project&#010;altogether.&#010;&#010;No other issues requiring board attention at this time.&#010;&#010;-- &#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [VOTE] Move XIndice to the Attic</title>
<author><name>Shane Curcuru &lt;asf@shanecurcuru.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3c4E496609.5090509@shanecurcuru.org%3e"/>
<id>urn:uuid:%3c4E496609-5090509@shanecurcuru-org%3e</id>
<updated>2011-08-15T18:31:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+1 to boxing Xindice into the Attic.&#010;&#010;The code is still available, so if a healthy and diverse community does &#010;appear we can always incubate a new project for it.&#010;&#010;- Shane&#010;&#010;On 8/12/2011 1:23 PM, Gianugo Rabellino wrote:&#010;&gt; Further to lack of volunteering on the headsup given to the XIndice&#010;&gt; mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;&gt; existing committers in agreement on moving the project to the Attic,&#010;&gt; here is an official vote to make it happen.&#010;&gt;&#010;&gt; This vote will be open for 72 hours from now. Everyone is welcome to&#010;&gt; chime in, but the only binding votes will be from the XML PMC members,&#010;&gt; and I'm asking to keep the XIndice mailing list in the loop.&#010;&gt;&#010;&gt; Please cast your vote as follows:&#010;&gt;&#010;&gt; [+1] Move XIndice to the Attic&#010;&gt;&#010;&gt; [ 0] I don't really care&#010;&gt;&#010;&gt; [-1] No, don't move it to the Attic and I volunteer to find an&#010;&gt; alternate solution&#010;&gt;&#010;&gt;&#010;&gt; Here is my +1.&#010;&gt;&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [VOTE] Move XIndice to the Attic</title>
<author><name>Natalia Shilenkova &lt;nshilenkova@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3c46032F37-14F3-4C01-BFD8-08E85C68A02E@gmail.com%3e"/>
<id>urn:uuid:%3c46032F37-14F3-4C01-BFD8-08E85C68A02E@gmail-com%3e</id>
<updated>2011-08-13T16:34:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
0&#010;&#010;I don't mind spending some time on Xindice if it is decided to keep the project active.&#010;&#010;Thanks,&#010;Natalia  &#010;&#010;On Aug 12, 2011, at 1:23 PM, Gianugo Rabellino wrote:&#010;&#010;&gt; Further to lack of volunteering on the headsup given to the XIndice&#010;&gt; mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;&gt; existing committers in agreement on moving the project to the Attic,&#010;&gt; here is an official vote to make it happen.&#010;&gt; &#010;&gt; This vote will be open for 72 hours from now. Everyone is welcome to&#010;&gt; chime in, but the only binding votes will be from the XML PMC members,&#010;&gt; and I'm asking to keep the XIndice mailing list in the loop.&#010;&gt; &#010;&gt; Please cast your vote as follows:&#010;&gt; &#010;&gt; [+1] Move XIndice to the Attic&#010;&gt; &#010;&gt; [ 0] I don't really care&#010;&gt; &#010;&gt; [-1] No, don't move it to the Attic and I volunteer to find an&#010;&gt; alternate solution&#010;&gt; &#010;&gt; &#010;&gt; Here is my +1.&#010;&gt; &#010;&gt; -- &#010;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; Blog: http://boldlyopen.com&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>RE: [VOTE] Move XIndice to the Attic</title>
<author><name>&quot;Chapman, Carol&quot; &lt;Carol.Chapman@ANICO.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3c12BC1BABB1004749AEA4C1F1C45B6D7E011EDEAC627C@PRODEXCHCLSTR01.dnanico1.aniconet.com%3e"/>
<id>urn:uuid:%3c12BC1BABB1004749AEA4C1F1C45B6D7E011EDEAC627C@PRODEXCHCLSTR01-dnanico1-aniconet-com%3e</id>
<updated>2011-08-12T17:56:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+1&#010;&#010;-----Original Message-----&#010;From: gianugo@gmail.com [mailto:gianugo@gmail.com] On Behalf Of Gianugo Rabellino&#010;Sent: Friday, August 12, 2011 12:24 PM&#010;To: private@xml.apache.org&#010;Cc: xindice-dev@xml.apache.org; xindice-users@xml.apache.org; general@xml.apache.org; general@attic.apache.org&#010;Subject: [VOTE] Move XIndice to the Attic&#010;&#010;Further to lack of volunteering on the headsup given to the XIndice&#010;mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;existing committers in agreement on moving the project to the Attic,&#010;here is an official vote to make it happen.&#010;&#010;This vote will be open for 72 hours from now. Everyone is welcome to&#010;chime in, but the only binding votes will be from the XML PMC members,&#010;and I'm asking to keep the XIndice mailing list in the loop.&#010;&#010;Please cast your vote as follows:&#010;&#010;[+1] Move XIndice to the Attic&#010;&#010;[ 0] I don't really care&#010;&#010;[-1] No, don't move it to the Attic and I volunteer to find an&#010;alternate solution&#010;&#010;&#010;Here is my +1.&#010;&#010;--&#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;Confidentiality: This transmission, including any attachments, is solely for the use of the&#010;intended recipient(s). This transmission may contain information that is confidential or otherwise&#010;protected from disclosure. The use or disclosure of the information contained in this transmission,&#010;including any attachments, for any purpose other than that intended by its transmittal is&#010;strictly prohibited.  Unauthorized interception of this email is a violation of federal criminal&#010;law.  If you are not an intended recipient of this transmission, please immediately destroy&#010;all copies received and notify the sender.&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [VOTE] Move XIndice to the Attic</title>
<author><name>Gareth Reakes &lt;gareth@we7.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cD37A4171-1315-4B6F-80CD-29387DBE9D13@we7.com%3e"/>
<id>urn:uuid:%3cD37A4171-1315-4B6F-80CD-29387DBE9D13@we7-com%3e</id>
<updated>2011-08-12T17:34:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;+1&#010;&#010;Gareth&#010;&#010;On 12 Aug 2011, at 18:23, Gianugo Rabellino wrote:&#010;&#010;&gt; Further to lack of volunteering on the headsup given to the XIndice&#010;&gt; mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;&gt; existing committers in agreement on moving the project to the Attic,&#010;&gt; here is an official vote to make it happen.&#010;&gt; &#010;&gt; This vote will be open for 72 hours from now. Everyone is welcome to&#010;&gt; chime in, but the only binding votes will be from the XML PMC members,&#010;&gt; and I'm asking to keep the XIndice mailing list in the loop.&#010;&gt; &#010;&gt; Please cast your vote as follows:&#010;&gt; &#010;&gt; [+1] Move XIndice to the Attic&#010;&gt; &#010;&gt; [ 0] I don't really care&#010;&gt; &#010;&gt; [-1] No, don't move it to the Attic and I volunteer to find an&#010;&gt; alternate solution&#010;&gt; &#010;&gt; &#010;&gt; Here is my +1.&#010;&gt; &#010;&gt; -- &#010;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; Blog: http://boldlyopen.com&#010;&gt; &#010;&gt; ---------------------------------------------------------------------&#010;&gt; To unsubscribe, e-mail: private-unsubscribe@xml.apache.org&#010;&gt; For additional commands, e-mail: private-help@xml.apache.org&#010;&gt; &#010;&gt; &#010;&#010;-- &#010;Gareth Reakes, CTO         WE7 - Great Music, Free&#010;+44-20-7117-0809                    http://www.we7.com&#010;&#010;“The music business is a cruel and shallow money trench, a long plastic hallway where thieves&#010;and pimps run free, and good men die like dogs. There's also a negative side. “&#010;- Hunter S. Thompson&#010;&#010;&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[VOTE] Move XIndice to the Attic</title>
<author><name>Gianugo Rabellino &lt;gianugo@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAAxe4f59nk054R+efaS_UHiQd_M=Jtfkgyh-Us1wotZfChn77Q@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAAxe4f59nk054R+efaS_UHiQd_M=Jtfkgyh-Us1wotZfChn77Q@mail-gmail-com%3e</id>
<updated>2011-08-12T17:23:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Further to lack of volunteering on the headsup given to the XIndice&#010;mailing lists (http://s.apache.org/xindice-attic-thread), and with two&#010;existing committers in agreement on moving the project to the Attic,&#010;here is an official vote to make it happen.&#010;&#010;This vote will be open for 72 hours from now. Everyone is welcome to&#010;chime in, but the only binding votes will be from the XML PMC members,&#010;and I'm asking to keep the XIndice mailing list in the loop.&#010;&#010;Please cast your vote as follows:&#010;&#010;[+1] Move XIndice to the Attic&#010;&#010;[ 0] I don't really care&#010;&#010;[-1] No, don't move it to the Attic and I volunteer to find an&#010;alternate solution&#010;&#010;&#010;Here is my +1.&#010;&#010;-- &#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [IMPORTANT] The future of XIndice</title>
<author><name>Natalia Shilenkova &lt;nshilenkova@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3c1E4F4671-C0DF-4675-B2D2-DA8932D692D7@gmail.com%3e"/>
<id>urn:uuid:%3c1E4F4671-C0DF-4675-B2D2-DA8932D692D7@gmail-com%3e</id>
<updated>2011-08-10T21:18:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
There is not much user or developer activity to justify making Xindice a top-level project.&#010;Unless there are Xindice users that are interested in the future of the project I would vote&#010;for the Attic.&#010;&#010;Regards,&#010;Natalia&#010;&#010;On Aug 10, 2011, at 2:26 PM, Gianugo Rabellino wrote:&#010;&#010;&gt; Anyone? In a couple of days, unless I hear otherwise, I will propose a&#010;&gt; resolution to the XML PMC to move XIndice to the Attic, so speak now&#010;&gt; or forever hold your peace. :)&#010;&gt; &#010;&gt; -- &#010;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; Blog: http://boldlyopen.com&#010;&gt; &#010;&gt; &#010;&gt; &#010;&gt; &#010;&gt; On Thu, Aug 4, 2011 at 3:14 PM, Gianugo Rabellino &lt;gianugo@apache.org&gt; wrote:&#010;&gt;&gt; All,&#010;&gt;&gt; &#010;&gt;&gt; this is an important message for the XIndice community: as some of you&#010;&gt;&gt; may have noticed, the Apache XML project has been in a "winding down"&#010;&gt;&gt; mode for a while, with most projects either moving to top level&#010;&gt;&gt; (xerces.apache.org, xalan.apache.org) or to the Attic (AxKit,&#010;&gt;&gt; Crimson). XIndice is now the only project left, and it's time to&#010;&gt;&gt; discuss about the project's future. There are two ways forward: the&#010;&gt;&gt; top level project route (creating xindice.apache.org with its own PMC)&#010;&gt;&gt; or, if the project isn't active enough to create a PMC, the Attic (see&#010;&gt;&gt; http://attic.apache.org).&#010;&gt;&gt; &#010;&gt;&gt; The XML project has no opinion on either, but know that if the XIndice&#010;&gt;&gt; community doesn't step up to own the project, the only choice left&#010;&gt;&gt; will be the Attic. Which, by the way, means hibernation not death: the&#010;&gt;&gt; software remains available both in binaries and source code (although&#010;&gt;&gt; in strict read-only mode), forks remain possible and projects can exit&#010;&gt;&gt; the Attic at any time, although to do that they need to prove they&#010;&gt;&gt; have a viable community standing behind them.&#010;&gt;&gt; &#010;&gt;&gt; This is a message to get the discussion going: if you want to keep&#010;&gt;&gt; XIndice as a full-fledged Apache project, this is your turn to step&#010;&gt;&gt; up! If you feel you want to help, participate, contribute and use&#010;&gt;&gt; XIndice, we would be glad to hear from you and, as the XML PMC, more&#010;&gt;&gt; than willing to hand XIndice over to a newly formed TLP. Personally,&#010;&gt;&gt; I'm happy to help with either transitions, be it to a TLP or to the&#010;&gt;&gt; Attic. Given that the project has been inactive in the past, I'm&#010;&gt;&gt; planning to wait for a week to see if a discussion gets going: if&#010;&gt;&gt; that's not the case, my plan is to start a vote in the XML PMC to&#010;&gt;&gt; retire XIndice to the Attic.&#010;&gt;&gt; &#010;&gt;&gt; Looking forward to your suggestions,&#010;&gt;&gt; &#010;&gt;&gt; --&#010;&gt;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt;&gt; Blog: http://boldlyopen.com&#010;&gt;&gt; &#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [IMPORTANT] The future of XIndice</title>
<author><name>Vadim Gritsenko &lt;vadim@reverycodes.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3c3DA35A84-68EE-49A0-A699-B11E7AA0FDF7@reverycodes.com%3e"/>
<id>urn:uuid:%3c3DA35A84-68EE-49A0-A699-B11E7AA0FDF7@reverycodes-com%3e</id>
<updated>2011-08-10T20:56:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I haven't been doing any Xindice - or Java - in a good while, so unless anyone else wants to&#010;step up, Attic it is.&#010;&#010;Vadim&#010;&#010;On Aug 10, 2011, at 2:26 PM, Gianugo Rabellino wrote:&#010;&#010;&gt; Anyone? In a couple of days, unless I hear otherwise, I will propose a&#010;&gt; resolution to the XML PMC to move XIndice to the Attic, so speak now&#010;&gt; or forever hold your peace. :)&#010;&gt; &#010;&gt; -- &#010;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; Blog: http://boldlyopen.com&#010;&gt; &#010;&gt; &#010;&gt; &#010;&gt; On Thu, Aug 4, 2011 at 3:14 PM, Gianugo Rabellino &lt;gianugo@apache.org&gt; wrote:&#010;&gt;&gt; All,&#010;&gt;&gt; &#010;&gt;&gt; this is an important message for the XIndice community: as some of you&#010;&gt;&gt; may have noticed, the Apache XML project has been in a "winding down"&#010;&gt;&gt; mode for a while, with most projects either moving to top level&#010;&gt;&gt; (xerces.apache.org, xalan.apache.org) or to the Attic (AxKit,&#010;&gt;&gt; Crimson). XIndice is now the only project left, and it's time to&#010;&gt;&gt; discuss about the project's future. There are two ways forward: the&#010;&gt;&gt; top level project route (creating xindice.apache.org with its own PMC)&#010;&gt;&gt; or, if the project isn't active enough to create a PMC, the Attic (see&#010;&gt;&gt; http://attic.apache.org).&#010;&gt;&gt; &#010;&gt;&gt; The XML project has no opinion on either, but know that if the XIndice&#010;&gt;&gt; community doesn't step up to own the project, the only choice left&#010;&gt;&gt; will be the Attic. Which, by the way, means hibernation not death: the&#010;&gt;&gt; software remains available both in binaries and source code (although&#010;&gt;&gt; in strict read-only mode), forks remain possible and projects can exit&#010;&gt;&gt; the Attic at any time, although to do that they need to prove they&#010;&gt;&gt; have a viable community standing behind them.&#010;&gt;&gt; &#010;&gt;&gt; This is a message to get the discussion going: if you want to keep&#010;&gt;&gt; XIndice as a full-fledged Apache project, this is your turn to step&#010;&gt;&gt; up! If you feel you want to help, participate, contribute and use&#010;&gt;&gt; XIndice, we would be glad to hear from you and, as the XML PMC, more&#010;&gt;&gt; than willing to hand XIndice over to a newly formed TLP. Personally,&#010;&gt;&gt; I'm happy to help with either transitions, be it to a TLP or to the&#010;&gt;&gt; Attic. Given that the project has been inactive in the past, I'm&#010;&gt;&gt; planning to wait for a week to see if a discussion gets going: if&#010;&gt;&gt; that's not the case, my plan is to start a vote in the XML PMC to&#010;&gt;&gt; retire XIndice to the Attic.&#010;&gt;&gt; &#010;&gt;&gt; Looking forward to your suggestions,&#010;&gt;&gt; &#010;&gt;&gt; --&#010;&gt;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt;&gt; Blog: http://boldlyopen.com&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>unsubscribe</title>
<author><name>&quot;Blaney, Matthew (M.D.)&quot; &lt;mblaney@ford.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cA1A2C4ED741FE74F8E8FE5C0EB393D553C92B055@nafmbx25.exchange.ford.com%3e"/>
<id>urn:uuid:%3cA1A2C4ED741FE74F8E8FE5C0EB393D553C92B055@nafmbx25-exchange-ford-com%3e</id>
<updated>2011-08-10T19:32:59Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&#010;&#010;&#010;Matt Blaney&#010;Infrastructure Metrics, IT Operations&#010;Global Technical Application Management&#010;(313) 323-6748 (w)&#010;&#010;&#010;&#010;________________________________&#010;From: ravikanth@gmail.com [mailto:ravikanth@gmail.com]&#010;Sent: Wednesday, August 10, 2011 3:09 PM&#010;To: general@xml.apache.org&#010;Subject: unsubscribe&#010;&#010;unsubscribe&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>unsubscribe</title>
<author><name>ravikanth@gmail.com</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAHHaO8V9Y=-Z_wpA0fVVm8ccmDJUTJq3BOH327+rPexZTLh0jg@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAHHaO8V9Y=-Z_wpA0fVVm8ccmDJUTJq3BOH327+rPexZTLh0jg@mail-gmail-com%3e</id>
<updated>2011-08-10T19:08:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
unsubscribe&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [IMPORTANT] The future of XIndice</title>
<author><name>Gianugo Rabellino &lt;gianugo@rabellino.it&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAAxe4f44WT3K6g4xB0S25E0J+b=u51QGXGcwzVedmk3FjFFkcg@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAAxe4f44WT3K6g4xB0S25E0J+b=u51QGXGcwzVedmk3FjFFkcg@mail-gmail-com%3e</id>
<updated>2011-08-10T18:26:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Anyone? In a couple of days, unless I hear otherwise, I will propose a&#010;resolution to the XML PMC to move XIndice to the Attic, so speak now&#010;or forever hold your peace. :)&#010;&#010;-- &#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;&#010;&#010;&#010;On Thu, Aug 4, 2011 at 3:14 PM, Gianugo Rabellino &lt;gianugo@apache.org&gt; wrote:&#010;&gt; All,&#010;&gt;&#010;&gt; this is an important message for the XIndice community: as some of you&#010;&gt; may have noticed, the Apache XML project has been in a "winding down"&#010;&gt; mode for a while, with most projects either moving to top level&#010;&gt; (xerces.apache.org, xalan.apache.org) or to the Attic (AxKit,&#010;&gt; Crimson). XIndice is now the only project left, and it's time to&#010;&gt; discuss about the project's future. There are two ways forward: the&#010;&gt; top level project route (creating xindice.apache.org with its own PMC)&#010;&gt; or, if the project isn't active enough to create a PMC, the Attic (see&#010;&gt; http://attic.apache.org).&#010;&gt;&#010;&gt; The XML project has no opinion on either, but know that if the XIndice&#010;&gt; community doesn't step up to own the project, the only choice left&#010;&gt; will be the Attic. Which, by the way, means hibernation not death: the&#010;&gt; software remains available both in binaries and source code (although&#010;&gt; in strict read-only mode), forks remain possible and projects can exit&#010;&gt; the Attic at any time, although to do that they need to prove they&#010;&gt; have a viable community standing behind them.&#010;&gt;&#010;&gt; This is a message to get the discussion going: if you want to keep&#010;&gt; XIndice as a full-fledged Apache project, this is your turn to step&#010;&gt; up! If you feel you want to help, participate, contribute and use&#010;&gt; XIndice, we would be glad to hear from you and, as the XML PMC, more&#010;&gt; than willing to hand XIndice over to a newly formed TLP. Personally,&#010;&gt; I'm happy to help with either transitions, be it to a TLP or to the&#010;&gt; Attic. Given that the project has been inactive in the past, I'm&#010;&gt; planning to wait for a week to see if a discussion gets going: if&#010;&gt; that's not the case, my plan is to start a vote in the XML PMC to&#010;&gt; retire XIndice to the Attic.&#010;&gt;&#010;&gt; Looking forward to your suggestions,&#010;&gt;&#010;&gt; --&#010;&gt; Gianugo Rabellino - gianugo at rabellino dot it&#010;&gt; Blog: http://boldlyopen.com&#010;&gt;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [IMPORTANT] The future of XIndice</title>
<author><name>Gianugo Rabellino &lt;gianugo@rabellino.it&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAAxe4f54qVGYfKy21kTm0iDy+M7vQ49y6Dn8746yUBPCFyAvaQ@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAAxe4f54qVGYfKy21kTm0iDy+M7vQ49y6Dn8746yUBPCFyAvaQ@mail-gmail-com%3e</id>
<updated>2011-08-04T22:30:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Fair enough, although this is solving one problem (finding a place to&#010;host it), but doesn't solve the issue of the project itself being a&#010;prime candidate for the Attic anyways as there has been no releases or&#010;discussions or commits (modulo a handful of questions on the user&#010;list) for a long while.&#010;&#010;-- &#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;&#010;&#010;&#010;On Thu, Aug 4, 2011 at 3:27 PM, Glen Mazza &lt;glen.mazza@gmail.com&gt; wrote:&#010;&gt; I see a third option -- just moving it under http://db.apache.org/.&#010;&gt;&#010;&gt; Glen&#010;&gt;&#010;&gt; On 08/04/2011 06:14 PM, Gianugo Rabellino wrote:&#010;&gt;&gt;&#010;&gt;&gt; All,&#010;&gt;&gt;&#010;&gt;&gt; this is an important message for the XIndice community: as some of you&#010;&gt;&gt; may have noticed, the Apache XML project has been in a "winding down"&#010;&gt;&gt; mode for a while, with most projects either moving to top level&#010;&gt;&gt; (xerces.apache.org, xalan.apache.org) or to the Attic (AxKit,&#010;&gt;&gt; Crimson). XIndice is now the only project left, and it's time to&#010;&gt;&gt; discuss about the project's future. There are two ways forward: the&#010;&gt;&gt; top level project route (creating xindice.apache.org with its own PMC)&#010;&gt;&gt; or, if the project isn't active enough to create a PMC, the Attic (see&#010;&gt;&gt; http://attic.apache.org).&#010;&gt;&gt;&#010;&gt;&gt; The XML project has no opinion on either, but know that if the XIndice&#010;&gt;&gt; community doesn't step up to own the project, the only choice left&#010;&gt;&gt; will be the Attic. Which, by the way, means hibernation not death: the&#010;&gt;&gt; software remains available both in binaries and source code (although&#010;&gt;&gt; in strict read-only mode), forks remain possible and projects can exit&#010;&gt;&gt; the Attic at any time, although to do that they need to prove they&#010;&gt;&gt; have a viable community standing behind them.&#010;&gt;&gt;&#010;&gt;&gt; This is a message to get the discussion going: if you want to keep&#010;&gt;&gt; XIndice as a full-fledged Apache project, this is your turn to step&#010;&gt;&gt; up! If you feel you want to help, participate, contribute and use&#010;&gt;&gt; XIndice, we would be glad to hear from you and, as the XML PMC, more&#010;&gt;&gt; than willing to hand XIndice over to a newly formed TLP. Personally,&#010;&gt;&gt; I'm happy to help with either transitions, be it to a TLP or to the&#010;&gt;&gt; Attic. Given that the project has been inactive in the past, I'm&#010;&gt;&gt; planning to wait for a week to see if a discussion gets going: if&#010;&gt;&gt; that's not the case, my plan is to start a vote in the XML PMC to&#010;&gt;&gt; retire XIndice to the Attic.&#010;&gt;&gt;&#010;&gt;&gt; Looking forward to your suggestions,&#010;&gt;&gt;&#010;&gt;&#010;&gt;&#010;&gt; ---------------------------------------------------------------------&#010;&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;&gt; For additional commands, e-mail: general-help@xml.apache.org&#010;&gt;&#010;&gt;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: [IMPORTANT] The future of XIndice</title>
<author><name>Glen Mazza &lt;glen.mazza@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3c4E3B1CD6.7000202@gmail.com%3e"/>
<id>urn:uuid:%3c4E3B1CD6-7000202@gmail-com%3e</id>
<updated>2011-08-04T22:27:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I see a third option -- just moving it under http://db.apache.org/.&#010;&#010;Glen&#010;&#010;On 08/04/2011 06:14 PM, Gianugo Rabellino wrote:&#010;&gt; All,&#010;&gt;&#010;&gt; this is an important message for the XIndice community: as some of you&#010;&gt; may have noticed, the Apache XML project has been in a "winding down"&#010;&gt; mode for a while, with most projects either moving to top level&#010;&gt; (xerces.apache.org, xalan.apache.org) or to the Attic (AxKit,&#010;&gt; Crimson). XIndice is now the only project left, and it's time to&#010;&gt; discuss about the project's future. There are two ways forward: the&#010;&gt; top level project route (creating xindice.apache.org with its own PMC)&#010;&gt; or, if the project isn't active enough to create a PMC, the Attic (see&#010;&gt; http://attic.apache.org).&#010;&gt;&#010;&gt; The XML project has no opinion on either, but know that if the XIndice&#010;&gt; community doesn't step up to own the project, the only choice left&#010;&gt; will be the Attic. Which, by the way, means hibernation not death: the&#010;&gt; software remains available both in binaries and source code (although&#010;&gt; in strict read-only mode), forks remain possible and projects can exit&#010;&gt; the Attic at any time, although to do that they need to prove they&#010;&gt; have a viable community standing behind them.&#010;&gt;&#010;&gt; This is a message to get the discussion going: if you want to keep&#010;&gt; XIndice as a full-fledged Apache project, this is your turn to step&#010;&gt; up! If you feel you want to help, participate, contribute and use&#010;&gt; XIndice, we would be glad to hear from you and, as the XML PMC, more&#010;&gt; than willing to hand XIndice over to a newly formed TLP. Personally,&#010;&gt; I'm happy to help with either transitions, be it to a TLP or to the&#010;&gt; Attic. Given that the project has been inactive in the past, I'm&#010;&gt; planning to wait for a week to see if a discussion gets going: if&#010;&gt; that's not the case, my plan is to start a vote in the XML PMC to&#010;&gt; retire XIndice to the Attic.&#010;&gt;&#010;&gt; Looking forward to your suggestions,&#010;&gt;&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[IMPORTANT] The future of XIndice</title>
<author><name>Gianugo Rabellino &lt;gianugo@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201108.mbox/%3cCAAxe4f45ojC7R8hQi-H22y-F9CrGt5oJ79E+sCTvNdB9haCF8Q@mail.gmail.com%3e"/>
<id>urn:uuid:%3cCAAxe4f45ojC7R8hQi-H22y-F9CrGt5oJ79E+sCTvNdB9haCF8Q@mail-gmail-com%3e</id>
<updated>2011-08-04T22:14:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
All,&#010;&#010;this is an important message for the XIndice community: as some of you&#010;may have noticed, the Apache XML project has been in a "winding down"&#010;mode for a while, with most projects either moving to top level&#010;(xerces.apache.org, xalan.apache.org) or to the Attic (AxKit,&#010;Crimson). XIndice is now the only project left, and it's time to&#010;discuss about the project's future. There are two ways forward: the&#010;top level project route (creating xindice.apache.org with its own PMC)&#010;or, if the project isn't active enough to create a PMC, the Attic (see&#010;http://attic.apache.org).&#010;&#010;The XML project has no opinion on either, but know that if the XIndice&#010;community doesn't step up to own the project, the only choice left&#010;will be the Attic. Which, by the way, means hibernation not death: the&#010;software remains available both in binaries and source code (although&#010;in strict read-only mode), forks remain possible and projects can exit&#010;the Attic at any time, although to do that they need to prove they&#010;have a viable community standing behind them.&#010;&#010;This is a message to get the discussion going: if you want to keep&#010;XIndice as a full-fledged Apache project, this is your turn to step&#010;up! If you feel you want to help, participate, contribute and use&#010;XIndice, we would be glad to hear from you and, as the XML PMC, more&#010;than willing to hand XIndice over to a newly formed TLP. Personally,&#010;I'm happy to help with either transitions, be it to a TLP or to the&#010;Attic. Given that the project has been inactive in the past, I'm&#010;planning to wait for a week to see if a discussion gets going: if&#010;that's not the case, my plan is to start a vote in the XML PMC to&#010;retire XIndice to the Attic.&#010;&#010;Looking forward to your suggestions,&#010;&#010;-- &#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>[REPORT] XML project, May 2011</title>
<author><name>Gianugo Rabellino &lt;gianugo@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201105.mbox/%3cBANLkTimAhivutjynnMYtLR508N9r5gF7RA@mail.gmail.com%3e"/>
<id>urn:uuid:%3cBANLkTimAhivutjynnMYtLR508N9r5gF7RA@mail-gmail-com%3e</id>
<updated>2011-05-17T22:59:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
No issues requiring board attention, other than the fact there are no&#010;issues and no activity at all in the XML project. It's probably time&#010;we ask (what's left of) the XIndice community what they want to do&#010;with their project, and move the XML umbrella to the Attic. Will try&#010;and find cycles before the next report to make it happen and/or find&#010;closure.&#010;&#010;-- &#010;Gianugo Rabellino - gianugo at rabellino dot it&#010;Blog: http://boldlyopen.com&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>AW: XML-Soap Namespace Definition DOWN</title>
<author><name>&quot;Patrick Moldenhauer&quot; &lt;pmoldenhauer@hans-natur.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201104.mbox/%3c004001cbf36c$22c9f730$685de590$@hans-natur.de%3e"/>
<id>urn:uuid:%3c004001cbf36c$22c9f730$685de590$@hans-natur-de%3e</id>
<updated>2011-04-05T08:33:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
You are very right Torsten! The first thing I'll do is to copy the&#010;definition file and to host it by myself. I did not know that our&#010;webservices depend on this file - up to now ;-) Maybe anybody has a copy of&#010;the definition file?????&#010;&#010;&#010;&#010;-----Ursprüngliche Nachricht-----&#010;Von: Torsten Curdt [mailto:tcurdt@vafer.org] &#010;Gesendet: Dienstag, 5. April 2011 10:23&#010;An: general@xml.apache.org&#010;Cc: Patrick Moldenhauer&#010;Betreff: Re: XML-Soap Namespace Definition DOWN&#010;&#010;Your services depends on an external resource??? You might want to fix that&#010;instead ;)&#010;&#010;On Tue, Apr 5, 2011 at 09:57, Patrick Moldenhauer&#010;&lt;pmoldenhauer@hans-natur.de&gt; wrote:&#010;&gt; Dear Mailing-List,&#010;&gt;&#010;&gt;&#010;&gt;&#010;&gt; I want to inform you guys that the XML-Soap Namespace Definition File &#010;&gt; http://xml.apache.org/xml-soap seems to be offline. Now many of our &#010;&gt; Webservices dont work anymore. Is anybody working on that issue? Can &#010;&gt; I do anything?&#010;&gt;&#010;&gt;&#010;&gt;&#010;&gt; Sincerly,&#010;&gt;&#010;&gt; Patrick&#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: XML-Soap Namespace Definition DOWN</title>
<author><name>Paul Libbrecht &lt;paul@hoplahup.net&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201104.mbox/%3cBB74BF2A-98F1-4E81-B5F1-6A9CDF3A1051@hoplahup.net%3e"/>
<id>urn:uuid:%3cBB74BF2A-98F1-4E81-B5F1-6A9CDF3A1051@hoplahup-net%3e</id>
<updated>2011-04-05T08:33:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Have you tried catalogs?&#010;&#010;paul&#010;&#010;&#010;Le 5 avr. 2011 à 09:57, Patrick Moldenhauer a écrit :&#010;&#010;&gt; Dear Mailing-List,&#010;&gt;  &#010;&gt; I want to inform you guys that the XML-Soap Namespace Definition File http://xml.apache.org/xml-soap&#010;seems to be offline. Now many of our Webservices don’t work anymore. Is anybody working&#010;on that issue? Can I do anything?&#010;&gt;  &#010;&gt; Sincerly,&#010;&gt; Patrick&#010;&gt;  &#010;&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>Re: XML-Soap Namespace Definition DOWN</title>
<author><name>Torsten Curdt &lt;tcurdt@vafer.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201104.mbox/%3cBANLkTikH+f0h2YW8N8-wMT=JMBnXO1OeOQ@mail.gmail.com%3e"/>
<id>urn:uuid:%3cBANLkTikH+f0h2YW8N8-wMT=JMBnXO1OeOQ@mail-gmail-com%3e</id>
<updated>2011-04-05T08:23:11Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Your services depends on an external resource??? You might want to fix&#010;that instead ;)&#010;&#010;On Tue, Apr 5, 2011 at 09:57, Patrick Moldenhauer&#010;&lt;pmoldenhauer@hans-natur.de&gt; wrote:&#010;&gt; Dear Mailing-List,&#010;&gt;&#010;&gt;&#010;&gt;&#010;&gt; I want to inform you guys that the XML-Soap Namespace Definition File&#010;&gt; http://xml.apache.org/xml-soap seems to be offline. Now many of our&#010;&gt; Webservices don’t work anymore. Is anybody working on that issue? Can I do&#010;&gt; anything?&#010;&gt;&#010;&gt;&#010;&gt;&#010;&gt; Sincerly,&#010;&gt;&#010;&gt; Patrick&#010;&#010;---------------------------------------------------------------------&#010;To unsubscribe, e-mail: general-unsubscribe@xml.apache.org&#010;For additional commands, e-mail: general-help@xml.apache.org&#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
<entry>
<title>XML-Soap Namespace Definition DOWN</title>
<author><name>&quot;Patrick Moldenhauer&quot; &lt;pmoldenhauer@hans-natur.de&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/201104.mbox/%3c003001cbf367$0e4009d0$2ac01d70$@hans-natur.de%3e"/>
<id>urn:uuid:%3c003001cbf367$0e4009d0$2ac01d70$@hans-natur-de%3e</id>
<updated>2011-04-05T07:57:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Dear Mailing-List,&#010;&#010; &#010;&#010;I want to inform you guys that the XML-Soap Namespace Definition File&#010;http://xml.apache.org/xml-soap seems to be offline. Now many of our&#010;Webservices don't work anymore. Is anybody working on that issue? Can I do&#010;anything?&#010;&#010; &#010;&#010;Sincerly,&#010;&#010;Patrick&#010;&#010; &#010;&#010;&#010;
</pre>
</div>
</content>
</entry>
</feed>
