~
 I am XMLRead[er|ing] an XML file (which I am validating using the
specified schema) that looks like this:
~
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.5/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.5/
http://www.mediawiki.org/xml/export-0.5.xsd"; version="0.5"
xml:lang="en">
  <siteinfo>
    <sitename>Wikipedia</sitename>
    <base>http://en.wikipedia.org/wiki/Main_Page</base>
    <generator>MediaWiki 1.17wmf1</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="109" case="first-letter">Book talk</namespace>
    </namespaces>
  </siteinfo>
</mediawiki>
~
 What do you do in order for the ContentHandler not to report as
"characters" such character sequences after an ending and before an
starting tag?
~
 Than you
 lbrtchx

---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to