xsddoc/src/net/sf/xframe/xsddoc Processor.java, 1.43, 1.44

Kurt Riede <[email protected]> Fri, 26 Oct 2007 00:04:55 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6775/src/net/sf/xframe/xsddoc

Modified Files:
	Processor.java 
Log Message:
fix for bug [1609037] param doctitle should be optional

Index: Processor.java
===================================================================
RCS file: /cvsroot/xframe/xsddoc/src/net/sf/xframe/xsddoc/Processor.java,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** Processor.java	25 Oct 2007 23:50:31 -0000	1.43
--- Processor.java	26 Oct 2007 00:04:53 -0000	1.44
***************
*** 1123,1126 ****
--- 1123,1129 ----
      private void setParameters(final Transformer transformer) {
          transformer.setParameter("schemaLocation", this.mainSchemaLocation);
+         if (this.doctitle != null) {
+             this.doctitle = "";
+         }
          transformer.setParameter("doctitle", this.doctitle);
          if (this.header != null) {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/