Hi, I am trying to transform an XML with namespaces through XSL to HTML. In my DomRepresentation and DocumentBuilderFactory, I called setNamespaceAware(true). The TransformRepresentation does not seem to handle XML with namespaces. I do not see any way to set namespace awareness in TransformRepresentation. How should I be handling this? Is there something I am missing?
Thanks, Serene

