[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Transition from DTD to XML Schema specification
- From: ht@inf.ed.ac.uk (Henry S. Thompson)
- To: mdirector@iptc.org
- Date: Tue, 05 Jun 2007 16:31:37 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Michael Steidl (IPTC) writes:
> What are best practices for such a sliding transition from DTD to XML
> Schema validated documents and are there workarounds to allow the import
> of both non-namespaced and namespaced XML instances. Our document
> specifications are used worldwide and there is no way of defining a "day
> X" from that on DTD based instances are abondoned and only XML Schema
> based instances are allowed.
Do some/all/most of your users include a DOCTYPE in their instances?
If so, just edit the DTD (centrally and, if they reference the DTD
locally, the local copies) to include an attribute declaration of the
form
xmlns CDATA #FIXED "[your NS URI here]"
Then your instances will have the namespace they need for your
validator (providing it's not unhelpful wrt external subsets). This
reduces your problem from editing all your instances to just editing
your DTD (and all its copies) -- should be much more managable. . .
ht
- --
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
Half-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFGZYHdkjnJixAXWBoRAufZAJ0RfrrOi075XuYSOcdmfbY2NHelVACdFmC4
2ZYEwcw7UW/eyqHT1SfksBE=
=VnIk
-----END PGP SIGNATURE-----
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]