130131132133134135136137138
return new String (baos.toByteArray()); } catch (Exception ex) { throw new TransformException(ex); } }