<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.text.xml.general">
    <title>gmane.text.xml.general</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2024"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2023"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2022"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2021"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2020"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2019"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2018"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2017"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2016"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2015"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2014"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2013"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2012"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2011"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2010"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2009"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2008"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2007"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2006"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.text.xml.general/2005"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2024">
    <title>Validating XML with attributes in namespace "xml"</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2024</link>
    <description>&lt;pre&gt;Hello,
I have a question regarding namespaces for attributes, and how to declare
such attributes in an XML schema.

The reason that I want to use namespaces for an attribute is that I use XML
DSig,
and the signature parts should be specified with an "ID" attribute.

The name of the attribute that specify the identification could have any
name, and some possible choices are "ID", "Id" or "id".

However, there seems to be a recommendation to use "xml:id", rather than
anything else such as "ID".

This is for example described in the following page:
http://www.w3.org/TR/xml-id/

This works fine for DSig signatures.
I am using "xmlsec1" for signing/verification in my C++ application, and I
am able to sign and verify the signature.

In the XML files, the id is specified like this:

&amp;lt;elm:MyElement xml:id="MyName" OtherAttribute="SomeValue"&amp;gt;

Note that "xml:id" is an attribute in a namespace, which is rarely used
although legal XML.
However, the XML files should also be validated against a schema with
Xerces, and it&lt;/pre&gt;</description>
    <dc:creator>Mikael Svenning</dc:creator>
    <dc:date>2013-01-04T12:23:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2023">
    <title>RE: Getting FOP emedded examples to work</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2023</link>
    <description>&lt;pre&gt;I will do that, thanks.


[snip question about Apache Fop]
&lt;/pre&gt;</description>
    <dc:creator>Arjan Bokx</dc:creator>
    <dc:date>2013-01-02T07:30:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2022">
    <title>Re: Bad link to source of xml-commons</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2022</link>
    <description>&lt;pre&gt;
Find it now under Xerces:
http://svn.apache.org/viewvc/xerces/
Followup discussions at the Xerces mailing lists.

-David

&lt;/pre&gt;</description>
    <dc:creator>David Crossley</dc:creator>
    <dc:date>2013-01-01T22:39:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2021">
    <title>Bad link to source of xml-commons</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2021</link>
    <description>&lt;pre&gt;I wanted to look at the source of xml-commons and follow the browse link from http://xerces.apache.org/xml-commons/ to http://svn.apache.org/viewvc/xml/commons/ and received a 404.

What is the correct link to browse the source?

                                                                                                Thanks,
                                                                                                B.J.
B.J. Herbison
Veracode, Inc.
BJHerbison&amp;lt; at &amp;gt;Veracode.com

&lt;/pre&gt;</description>
    <dc:creator>B.J. Herbison</dc:creator>
    <dc:date>2012-12-27T17:52:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2020">
    <title>Re: Getting FOP emedded examples to work</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2020</link>
    <description>&lt;pre&gt;Hello Arjan,

There is a FOP users mailing list [1]. You're more likely to get 
assistance from the FOP community if you asked your question there.

Thanks.

[1] http://xmlgraphics.apache.org/fop/maillist.html#fop-user

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: mrglavas&amp;lt; at &amp;gt;ca.ibm.com
E-mail: mrglavas&amp;lt; at &amp;gt;apache.org

Arjan Bokx &amp;lt;arjan.bokx&amp;lt; at &amp;gt;akb-ls.nl&amp;gt; wrote on 31/12/2012 04:30:41 AM:

work.
&lt;/pre&gt;</description>
    <dc:creator>Michael Glavassevich</dc:creator>
    <dc:date>2012-12-31T20:36:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2019">
    <title>Getting FOP emedded examples to work</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2019</link>
    <description>&lt;pre&gt;Hello everybody,

I have a question about getting the "embedded" examples of FOP 1.1 to work.
Is this the right place to ask?
(If not, please redirect me and disregard the following)

I've downloaded and installed fop 1.1
I've downloaded and installed Ant.
With Ant, I compiled the "embedded" examples.
"Ant example1" correctly runs ExampleFO2PDF.
What should I do to call ExampleFO2PDF from Java? Actually I wish to call it from Delphi, using JNI, but first things first.
"Java ExampleFO2PDF" gives:
Exception in thread "main" java.lang.NoClassDefFoundError: ExampleFO2PDF (wrong name: embedding/ExampleFO2PDF)

When I add just about every path to the classpath with the command line option -cp, I get:
Error: Could not find or load main class ExampleFO2PDF.main

Could you help me please.


Regards,
Arjan Bokx
&lt;/pre&gt;</description>
    <dc:creator>Arjan Bokx</dc:creator>
    <dc:date>2012-12-31T09:30:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2018">
    <title>Re: Multi threading and xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2018</link>
    <description>&lt;pre&gt;
Suppose that there is a sudden power failure. In that case, some of the
memory fragments will fail to write to file. Then again the xml structure
could become inconsistent. How do we deal with this then?


Paul Libbrecht-4 wrote:

&lt;/pre&gt;</description>
    <dc:creator>pa7751</dc:creator>
    <dc:date>2012-10-22T18:15:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2017">
    <title>Re: Multi threading and xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2017</link>
    <description>&lt;pre&gt;How about using DOM/JDOM/XOM to assemble the fragments to memory then output them (with an outputter thread or after the things are done).

If this is really massive, you could try to output the threads to separate files then merge things?

paul


Le 22 oct. 2012 à 12:21, pa7751 a écrit :


&lt;/pre&gt;</description>
    <dc:creator>Paul Libbrecht</dc:creator>
    <dc:date>2012-10-22T12:19:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2016">
    <title>Re: Multi threading and xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2016</link>
    <description>&lt;pre&gt;How about using DOM/JDOM/XOM to assemble the fragments to memory then output them (with an outputter thread or after the things are done).

If this is really massive, you could try to output the threads to separate files then merge things?

paul


Le 22 oct. 2012 à 12:21, pa7751 a écrit :


&lt;/pre&gt;</description>
    <dc:creator>Paul Libbrecht</dc:creator>
    <dc:date>2012-10-22T12:13:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2015">
    <title>Multi threading and xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2015</link>
    <description>&lt;pre&gt;
Hi 

I have an xml file that has to be written by multiple threads running in
parallel. How can we ensure that the structural integrity of the xml file
i.e. many threads writing into the file can spoil the structure of the xml.
One way is to make the write method synchronized, but that is a very high
level approach with which only one thread may write at a time. So the other
threads are ready with their data but cannot write until the lock is
released. Is there a better way to do this?
&lt;/pre&gt;</description>
    <dc:creator>pa7751</dc:creator>
    <dc:date>2012-10-22T09:21:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2014">
    <title>Re: How to parse xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2014</link>
    <description>&lt;pre&gt;JAXP has been part of the platform since Java SE 1.4. You can rely on it.

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: mrglavas&amp;lt; at &amp;gt;ca.ibm.com
E-mail: mrglavas&amp;lt; at &amp;gt;apache.org

pa7751 &amp;lt;pa7751&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote on 10/10/2012 02:13:40 AM:

options
jdk
parser?
mailing 
of 

to 
be 
of 
Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Michael Glavassevich</dc:creator>
    <dc:date>2012-10-10T14:45:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2013">
    <title>Re: How to parse xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2013</link>
    <description>&lt;pre&gt;
Hi

Actually I did, and so I got more and more confused, with so many options
being talked about. So I want to know if JAXP can be used as such from jdk
1.4 to 1.6 or does that have to be integrated with some 3rd party parser?

Thanks


Michael Glavassevich-3 wrote:

&lt;/pre&gt;</description>
    <dc:creator>pa7751</dc:creator>
    <dc:date>2012-10-10T06:13:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2012">
    <title>Re: How to parse xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2012</link>
    <description>&lt;pre&gt;Hi,

Did you do any research before asking your question? If you search mailing 
list archives or on sites like Stack Overflow [1] you'll find plenty of 
views on various approaches to processing XML and their pros/cons.

Thanks.

[1] http://www.stackoverflow.com

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: mrglavas&amp;lt; at &amp;gt;ca.ibm.com
E-mail: mrglavas&amp;lt; at &amp;gt;apache.org

pa7751 &amp;lt;pa7751&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote on 09/10/2012 08:16:38 AM:

that
know
1.4 o
200
&lt;/pre&gt;</description>
    <dc:creator>Michael Glavassevich</dc:creator>
    <dc:date>2012-10-09T14:44:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2011">
    <title>How to parse xml</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2011</link>
    <description>&lt;pre&gt;
Hi 

I have a requirement where i have a valid xml that I need to parse so that
the elements of the xml can be made to behave in some manner. I need to know
two things: 

1. Which parser is best to use DOM, SAX etc.
2. Which parser library can I use. Here please note that my JRE can be 1.4 o
1.6. So my code should be compatible with these versions


Note that my xml may not be very big in size. It can have a maximum of 200
elements maybe 
&lt;/pre&gt;</description>
    <dc:creator>pa7751</dc:creator>
    <dc:date>2012-10-09T12:16:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2010">
    <title>next stable version for FOP?</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2010</link>
    <description>&lt;pre&gt;
Hello,
I seen that the latest version of the FOP is 1.1rc. Taking in consideration that is an release candidate. Do you have any information when will be next stable release after 1.1rc?

Thank you,



Danut Clapa
Senior Java Developer
TIC
Phone 0314138592
danut.clapa&amp;lt; at &amp;gt;uti.ro
Sos. Oltenitei, nr 107 A, corp C1, Etaj 5
107-111A Oltenitei
RO-041393 Bucuresti 4
Romania
www.uti.eu.com &amp;lt;http://www.uti.eu.com%20/&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>Danut Clapa</dc:creator>
    <dc:date>2012-07-23T13:59:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2009">
    <title>Re: next stable version for FOP?</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2009</link>
    <description>&lt;pre&gt;
Hi Danut,


You don't need to cross post your question to multiple lists. Please 
avoid doing so in future. Thanks.

To answer your question; the plan is to release FOP 1.1 a few weeks 
after 1.1rc1 when we've had sufficient feedback to be sure the release 
is sufficiently stable.

Thanks,

Chris

&lt;/pre&gt;</description>
    <dc:creator>Chris Bowditch</dc:creator>
    <dc:date>2012-07-23T14:31:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2008">
    <title>Re: [VOTE] Move XIndice to the Attic</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2008</link>
    <description>&lt;pre&gt;Thanks.

That'll be me not being on general&amp;lt; at &amp;gt;xml. :)

My suggestion is that the xml.apache.org site is rewritten to be
historical, then moved over to be under the Attic (post the board
resolution to dissolve the TLP -
https://attic.apache.org/resolution.html).

Hen

On Wed, Aug 17, 2011 at 6:51 AM, Michael Glavassevich
&amp;lt;mrglavas&amp;lt; at &amp;gt;ca.ibm.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Henri Yandell</dc:creator>
    <dc:date>2011-08-17T15:13:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2007">
    <title>Re: [VOTE] Move XIndice to the Attic</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2007</link>
    <description>&lt;pre&gt;I thought the board report [1] Gianugo posted to the list covered that.

[1] http://markmail.org/message/egh4l2pmbniyogbj

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas&amp;lt; at &amp;gt;ca.ibm.com
E-mail: mrglavas&amp;lt; at &amp;gt;apache.org

hyandell&amp;lt; at &amp;gt;gmail.com wrote on 08/17/2011 12:35:08 AM:

&amp;gt; For additional commands, e-mail: general-help&amp;lt; at &amp;gt;xml.apache.org&lt;/pre&gt;</description>
    <dc:creator>Michael Glavassevich</dc:creator>
    <dc:date>2011-08-17T13:51:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2006">
    <title>Re: [VOTE] Move XIndice to the Attic</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2006</link>
    <description>&lt;pre&gt;Once that's done, is it time to move xml.apache.org to the Attic and
close down the PMC?

You've just beaten Jakarta; BSF's moving into Commons which leaves
JMeter as the last, most likely TLP-bound, subproject.

Hen

On Fri, Aug 12, 2011 at 10:23 AM, Gianugo Rabellino &amp;lt;gianugo&amp;lt; at &amp;gt;apache.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Henri Yandell</dc:creator>
    <dc:date>2011-08-17T04:35:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2005">
    <title>[REPORT] XML board report - August 2011</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2005</link>
    <description>&lt;pre&gt;The big news from the XML project is that we finally managed to start
the process of moving XIndice to the Attic. The vote just passed, and
the move will start in the next few days. Once we are done with that,
it will be time for a last call to the various xml-related projects to
see what we should do with the existing xml web properties (DTDs and
other resources), then we will be able to fold the XML project
altogether.

No other issues requiring board attention at this time.

--
Gianugo Rabellino - gianugo at rabellino dot it
Blog: http://boldlyopen.com
&lt;/pre&gt;</description>
    <dc:creator>Gianugo Rabellino</dc:creator>
    <dc:date>2011-08-15T22:18:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.text.xml.general/2004">
    <title>[VOTE][RESULT] Move XIndice to the Attic</title>
    <link>http://permalink.gmane.org/gmane.text.xml.general/2004</link>
    <description>&lt;pre&gt;Thanks to the last minute vote from Shane we were able to gather the
missing +1 to move XIndice to the Attic. The vote passes with 3
binding +1 (Gianugo, Gareth and Shane), 3 non-binding +1 (Carol, Mark,
Catherine) and a non-binding +0 (Natalia).

Thanks for the participation. The move will start in the next few days.

&lt;/pre&gt;</description>
    <dc:creator>Gianugo Rabellino</dc:creator>
    <dc:date>2011-08-15T18:41:16</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.text.xml.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.text.xml.general</link>
  </textinput>
</rdf:RDF>
