1. I have a java application that will be using XSLT, through the
JAXP
classes.
We would like to make sure that both the input and output XMLs are in
aggreement to 2 respective schemas. Is it possible to do this using
JAXP classes.
2. While doing the above conversion, we would like to extract some
values from the input XML to Java string. Similarly we would like to
insert some values contained within the Java variables to the
produced
XML. Is this possible at all.