Tagged Questions
0
votes
0answers
34 views
Xalan versus Java 6 identity transform namespace handling?
I have a org.w3c.tidy.DOMDocumentImpl Document object, which I'd been converting to a string using the javax.xml.transform.Transformer identity transformation.
I have found that using Sun/Oracle ...
0
votes
2answers
104 views
XSL to transform only elements in a certain namespace
I have an xml document that is structured somewhat like this :-
<catalog xmlns="format_old" xmlns:final="format_new">
<final:book>
<final:title>blah</final:title>
...
1
vote
1answer
231 views
Xalan - namespaces
I am using Xalan. My input XML has default namespace.
My XSL is huge and I dont want to prepend all selectors of XPATH with namespace alias.
Is there api in Xalan with which I can set the default ...
0
votes
1answer
246 views
Local XML namespace definition not working as I expected
I'm processing an XMI document exported from ArgoUML. It has elements of the form
<UML:DataType ...
2
votes
6answers
524 views
how to select an element within a specific namespace?
I'm having trouble selecting elements that are part of an specific namespace. My xpath expression works in XMLSpy but fails when using the Xalan libraries..
<item>
<media:content ...