[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion XML DTD allows properties, but are not reported ?

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-11-17 04:29:54 CET

Hi,

I'm looking at the XML generated by browsing repositories, and I noticed
that properties are supposed to exist. The DTD looks like this:
<!DOCTYPE svn [
  <!ELEMENT svn (index)>
  <!ATTLIST svn version CDATA #REQUIRED
                  href CDATA #REQUIRED>
  <!ELEMENT index (updir?, (file | dir)*)>
  <!ATTLIST index name CDATA #IMPLIED
                  path CDATA #IMPLIED
                  rev CDATA #IMPLIED>
  <!ELEMENT updir EMPTY>
  <!ELEMENT file (prop)*>
  <!ATTLIST file name CDATA #REQUIRED
                  href CDATA #REQUIRED>
  <!ELEMENT dir (prop)*>

  <!ATTLIST dir name CDATA #REQUIRED
                  href CDATA #REQUIRED>
  <!ELEMENT prop (#PCDATA)>
  <!ATTLIST prop name CDATA #REQUIRED>
]>

Notice prop elements. Would it be possible to add them ? Or allow the
admin to specify which properties should be reported in an Apache
directive ?

I searched the issues, but found nothing that related to this.

Thanks,
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 17 04:30:53 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.