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

Re: Schema for the subversion log in XML format. Want to try own XSLT.

From: Morten Kvistgaard <kvistgaard_at_users.sourceforge.net>
Date: 2006-05-21 00:44:55 CEST

Ryan Schmidt wrote:
> On May 20, 2006, at 22:14, Vijay Gill wrote:
>
>> Where can I find the schema for the XML log generated by the
>> mod_dav_svn which can be used to present a repository in web browser
>> using custom xslt?
>>
>> I am trying to modify the xsl file that comes with subversion and want
>> to show the name of the repository also, but cannot find such
>> information.
>
> I do not know where the schema is. I was also unable to find the
> repository name in the produced XML. I can't find an open feature
> request about this either.

Subversion has RELAX NG schemas. Check this repository url:
   http://svn.collab.net/repos/svn/trunk/subversion/svn/schema/log.rnc

Some XML parsers support RELAX NG natively, and there are also tools to
convert RELAX NG into XML Schemas or DTD's. For more information about
RELAX NG take a look at http://www.relaxng.org.

Best regards

Morten

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 21 00:46:03 2006

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

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