Author: thorsten Date: Fri Sep 12 15:30:57 2008 New Revision: 694823 URL: http://svn.apache.org/viewvc?rev=694823&view=rev Log: The new version of structurer will use proper naming for the elements. Raising version number.
Modified: forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/helper/XSLContractHelper.java Modified: forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/helper/XSLContractHelper.java URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/helper/XSLContractHelper.java?rev=694823&r1=694822&r2=694823&view=diff ============================================================================== --- forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/helper/XSLContractHelper.java (original) +++ forrest/trunk/whiteboard/dispatcher/java/org/apache/forrest/dispatcher/helper/XSLContractHelper.java Fri Sep 12 15:30:57 2008 @@ -51,7 +51,7 @@ private Transformer transformer = null; - public static final String NS = "http://apache.org/forrest/templates/1.0"; + public static final String NS = "http://apache.org/forrest/templates/2.0"; public static final String CONTRACT_ELEMENT = "contract"; @@ -220,7 +220,7 @@ } } writer.flush(); - //log.debug(out.toString()); + log.debug(out.toString()); Source source = new StreamSource(new BufferedInputStream( new ByteArrayInputStream(out.toByteArray()))); return source;