Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #9233

Re: Automatically retrieving XML schemas

From Tassilo Horn <tassilo@member.fsf.org>
Newsgroups comp.lang.java.programmer
Subject Re: Automatically retrieving XML schemas
Date 2011-10-27 08:52 +0200
Organization University Koblenz-Landau Campus Koblenz
Message-ID <87k47rrkna.fsf@thinkpad.tsdh.de> (permalink)
References <87pqhknkmh.fsf@thinkpad.tsdh.de> <g65ln8-663.ln1@news.simpsonst.f2s.com> <87d3djoqck.fsf@thinkpad.tsdh.de>

Show all headers | View raw


Hi all,

as it turned out, that path I wanted to take, e.g., using validation to
get the correct attribute types, is not really practical at all, because
nearly all the XML files out there are invalid anyway.  I spent one hour
searching the net for arbitray XML files corresponding to some XSD (XMI
files, SVG, whatnot), but none passed the online schema validators.  And
doing validation only for getting to know what attribute is an ID/IDREF
is not really what I want, anyway.

Funnily, when I tested some XML with an embedded DTD with my tool, it
just worked right out of the box with no validation turned on.

Bye,
Tassilo

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar


Thread

Automatically retrieving XML Tassilo Horn <tassilo@member.fsf.org> - 2011-10-26 11:54 +0200
  Re: Automatically retrieving XML Tassilo Horn <tassilo@member.fsf.org> - 2011-10-26 12:09 +0200
  Re: Automatically retrieving XML schemas Steven Simpson <ss@domain.invalid> - 2011-10-26 11:49 +0100
    Re: Automatically retrieving XML schemas Tassilo Horn <tassilo@member.fsf.org> - 2011-10-26 15:05 +0200
      Re: Automatically retrieving XML schemas Tassilo Horn <tassilo@member.fsf.org> - 2011-10-27 08:52 +0200

csiph-web