xml/config.xml
author František Kučera <franta-hg@frantovo.cz>
Thu, 02 Jan 2014 21:23:23 +0100
branchv_0
changeset 119 f3e2b95a5f8a
parent 117 a07f34410081
child 141 ecd17aad1178
permissions -rw-r--r--
XSLT for viewing config files in a web browser (Firefox, rekonq etc.)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="config.xsl"?>
<configuration xmlns="https://sql-dk.globalcode.info/xmlns/configuration">
	
	<!-- Database Connections: -->
	<!--
	<database>
		<name>my_postgres_1</name>
		<url>jdbc:postgresql://localhost:5432/database_name</url>
		<userName>dbuser</userName>
		<password>dbpass</password>
	</database>
	
	<database>
		<name>my_mysql_1</name>
		<url>jdbc:mysql://localhost:3306/database_name</url>
		<userName>dbuser</userName>
		<password>dbpass</password>
	</database>
	-->
	
	<!-- Output formatters: -->
	<!--
	<defaultFormatter>tabular</defaultFormatter>
	
	<formatter>
		<name>tabular</name>
		<class>info.globalcode.sql.dk.formatting.TabularFormatter</class>
	</formatter>
	
	<formatter>
		<name>xml</name>
		<class>info.globalcode.sql.dk.formatting.XmlFormatter</class>
	</formatter>
	
	<formatter>
		<name>silent</name>
		<class>info.globalcode.sql.dk.formatting.SilentFormatter</class>
	</formatter>
	-->
	
</configuration>