Project

General

Profile

« Previous | Next » 

Revision 100

Added by Matt Jones about 24 years ago

fixing transform bugs

View differences:

DBTransform.java
74 74
    } else {
75 75
      // No stylesheet registered form this document type, so just return the 
76 76
      // XML stream we were passed
77
      pw.print(sourcetype + "\n");
78
      pw.print(targettype + "\n");
79
      pw.print(xsl_system_id + "\n");
80
      pw.print(doc + "\n");
77
      pw.print(doc);
81 78
    }
82 79
  }
83 80

  

Also available in: Unified diff