Mercurial > hg > Blog
comparison content/Eclipse/validating-xml-documents.md @ 11:bb1f035109da
turn off comments for the eclipse validation article which attracts comment spam
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 18 Jul 2013 02:19:49 +0200 |
parents | 4cd9b65e10e4 |
children | 420879d8e09e |
comparison
equal
deleted
inserted
replaced
10:bd8e75de187a | 11:bb1f035109da |
---|---|
1 Title: Validating XML documents against your own schemas with Eclipse | 1 Title: Validating XML documents against your own schemas with Eclipse |
2 Date: 2007-06-07 | 2 Date: 2007-06-07 |
3 Tags: XML | 3 Tags: XML |
4 Lang: en | 4 Lang: en |
5 AllowComments: False | |
5 | 6 |
6 This week I started to work on Mule 2.0 which will be based on Spring. We're dropping our own custom config format in favor of Spring's xml format. This requires me to design the schema for the transports I'm working on as well as convert the configuration of the unit tests to spring config files. I noticed that Eclipse kept complaining | 7 This week I started to work on Mule 2.0 which will be based on Spring. We're dropping our own custom config format in favor of Spring's xml format. This requires me to design the schema for the transports I'm working on as well as convert the configuration of the unit tests to spring config files. I noticed that Eclipse kept complaining |
7 | 8 |
8 <div class="highlight"><pre> | 9 <div class="highlight"><pre> |
9 The matching wildcard is strict, but no declaration can be found for element 'mule:model-seda'. | 10 The matching wildcard is strict, but no declaration can be found for element 'mule:model-seda'. |