public class XMLUtils extends Object
Constructor and Description |
---|
XMLUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
transform(InputStream styleSheet,
InputStream xml,
Writer out)
Transform input xml given a stylesheet.
|
public static void transform(InputStream styleSheet, InputStream xml, Writer out) throws TransformerConfigurationException, TransformerException
styleSheet
- the style-sheetxml
- input xml dataout
- outputTransformerConfigurationException
TransformerException
Copyright © 2010 The Apache Software Foundation