From: Mathieu Baudier Date: Thu, 3 Jul 2008 22:23:39 +0000 (+0000) Subject: Introduce XSL URI Resolver X-Git-Tag: argeo-slc-2.1.7~2692 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=f52df32b1191a6aff40b917d14db4911683fc72e;hp=0ca771c2e4483674bfdb80b7ce43ce19427f18e3;p=gpl%2Fargeo-slc.git Introduce XSL URI Resolver git-svn-id: https://svn.argeo.org/slc/trunk@1350 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/log4j.properties b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/log4j.properties index 32f4cc5cb..95a344f05 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/log4j.properties +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/log4j.properties @@ -3,7 +3,7 @@ log4j.rootLogger=WARN, console ## Levels # Slc -log4j.logger.org.argeo.slc=DEBUG +log4j.logger.org.argeo.slc=TRACE # Spring log4j.logger.org.springframework=WARN diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultCollectionList.jsp b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultCollectionList.jsp index 9b11de4bd..576361f23 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultCollectionList.jsp +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultCollectionList.jsp @@ -10,8 +10,10 @@ ${resultCollection.id} - view + view + xml diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultList.jsp b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultList.jsp index 3ae2101dd..e4e516a8b 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultList.jsp +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-jsp/resultList.jsp @@ -20,7 +20,8 @@ view - xsl + xsl + xml diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml index c8278fbd0..a334e911c 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml @@ -1,9 +1,9 @@ - - - - + + + + \ No newline at end of file diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml index 755973f07..18dce9a8a 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml @@ -1,8 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> \ No newline at end of file diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt-servlet.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt-servlet.xml index e8e1d7ebf..34ae15987 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt-servlet.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt-servlet.xml @@ -1,9 +1,29 @@ - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt/resultView.xsl b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt/resultView.xsl index 947cef0f9..e9989bdbe 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt/resultView.xsl +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt/resultView.xsl @@ -4,7 +4,8 @@ xmlns:slc="http://argeo.org/projects/slc/schemas" exclude-result-prefixes="slc"> - + + diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt/viewXml.xsl b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt/viewXml.xsl new file mode 100644 index 000000000..87d63716f --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/xslt/viewXml.xsl @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file