You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/06/23 04:15:43 UTC

svn commit: r416544 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml

Author: crossley
Date: Thu Jun 22 19:15:42 2006
New Revision: 416544

URL: http://svn.apache.org/viewvc?rev=416544&view=rev
Log:
Fix xml validation error.
Reported by: Gavin

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml?rev=416544&r1=416543&r2=416544&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml Thu Jun 22 19:15:42 2006
@@ -39,13 +39,13 @@
     Robina Woods Golf Course. Ron Penhaligon Way, Robina, Queensland.
   </place>
   <url>http://www.aga.edu.au/range.asp</url>
+  <notes>
+    <note>A base for the academy training activities and open to the public.</note>
+  </notes>
   <geoPoint>
     <latitude>-28.05</latitude>
     <longitude>153.3</longitude>
   </geoPoint>
-  <notes>
-    <note>A base for the academy training activities and open to the public.</note>
-  </notes>
 </location>
 
 </locations>



Re: svn commit: r416544 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml

Posted by David Crossley <cr...@apache.org>.
Gav.... wrote:
> I see you went the easy way on this one, rather than apply the Plugins own
> DTD changes. I nearly did it this way too, but somehow, putting the 'notes'
> Above the geopoint co-ordinates did not look right to me, but I'll go with
> whatever. I hope I'm not seen to be making DTD changes for the sake of it, I
> do realise the impact such file type changes could have, so try not to do it
> Lightly.

The "notes" element was in the original DTD. Then the "geoPoint"
was added to the DTD later. It was just that the example doc
was wrong. Changing the DTD would break everyone who was using
this plugin.

-David

> > -----Original Message-----
> > From: crossley@apache.org [mailto:crossley@apache.org]
> > Sent: Friday, 23 June 2006 10:16 AM
> > To: svn@forrest.apache.org
> > Subject: svn commit: r416544 -
> > /forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/d
> > ocumentation/content/xdocs/locations.xml
> > 
> > Author: crossley
> > Date: Thu Jun 22 19:15:42 2006
> > New Revision: 416544
> > 
> > URL: http://svn.apache.org/viewvc?rev=416544&view=rev
> > Log:
> > Fix xml validation error.
> > Reported by: Gavin
> > 
> > Modified:
> > 
> > forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> > cumentation/content/xdocs/locations.xml
> > 
> > Modified:
> > forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> > cumentation/content/xdocs/locations.xml
> > URL:
> > http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plug
> > in.input.listLocations/src/documentation/content/xdocs/locations.xml?rev=4
> > 16544&r1=416543&r2=416544&view=diff
> > ==========================================================================
> > ====
> > ---
> > forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> > cumentation/content/xdocs/locations.xml (original)
> > +++
> > forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> > cumentation/content/xdocs/locations.xml Thu Jun 22 19:15:42 2006
> > @@ -39,13 +39,13 @@
> >      Robina Woods Golf Course. Ron Penhaligon Way, Robina, Queensland.
> >    </place>
> >    <url>http://www.aga.edu.au/range.asp</url>
> > +  <notes>
> > +    <note>A base for the academy training activities and open to the
> > public.</note>
> > +  </notes>
> >    <geoPoint>
> >      <latitude>-28.05</latitude>
> >      <longitude>153.3</longitude>
> >    </geoPoint>
> > -  <notes>
> > -    <note>A base for the academy training activities and open to the
> > public.</note>
> > -  </notes>
> >  </location>
> > 
> >  </locations>
> > 
> > 
> > 
> > 
> > --
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.1.394 / Virus Database: 268.9.2/373 - Release Date: 6/22/2006
> 
> 

RE: svn commit: r416544 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/documentation/content/xdocs/locations.xml

Posted by "Gav...." <br...@brightontown.com.au>.
I see you went the easy way on this one, rather than apply the Plugins own
DTD changes. I nearly did it this way too, but somehow, putting the 'notes'
Above the geopoint co-ordinates did not look right to me, but I'll go with
whatever. I hope I'm not seen to be making DTD changes for the sake of it, I
do realise the impact such file type changes could have, so try not to do it
Lightly.

Gav...

> -----Original Message-----
> From: crossley@apache.org [mailto:crossley@apache.org]
> Sent: Friday, 23 June 2006 10:16 AM
> To: svn@forrest.apache.org
> Subject: svn commit: r416544 -
> /forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/d
> ocumentation/content/xdocs/locations.xml
> 
> Author: crossley
> Date: Thu Jun 22 19:15:42 2006
> New Revision: 416544
> 
> URL: http://svn.apache.org/viewvc?rev=416544&view=rev
> Log:
> Fix xml validation error.
> Reported by: Gavin
> 
> Modified:
> 
> forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> cumentation/content/xdocs/locations.xml
> 
> Modified:
> forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> cumentation/content/xdocs/locations.xml
> URL:
> http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plug
> in.input.listLocations/src/documentation/content/xdocs/locations.xml?rev=4
> 16544&r1=416543&r2=416544&view=diff
> ==========================================================================
> ====
> ---
> forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> cumentation/content/xdocs/locations.xml (original)
> +++
> forrest/trunk/plugins/org.apache.forrest.plugin.input.listLocations/src/do
> cumentation/content/xdocs/locations.xml Thu Jun 22 19:15:42 2006
> @@ -39,13 +39,13 @@
>      Robina Woods Golf Course. Ron Penhaligon Way, Robina, Queensland.
>    </place>
>    <url>http://www.aga.edu.au/range.asp</url>
> +  <notes>
> +    <note>A base for the academy training activities and open to the
> public.</note>
> +  </notes>
>    <geoPoint>
>      <latitude>-28.05</latitude>
>      <longitude>153.3</longitude>
>    </geoPoint>
> -  <notes>
> -    <note>A base for the academy training activities and open to the
> public.</note>
> -  </notes>
>  </location>
> 
>  </locations>
> 
> 
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.9.2/373 - Release Date: 6/22/2006