output processing
Status: Beta
Brought to you by:
amouat
I'm having problems processing the output.
sequence is
diffxml file1 file2 >tmp.xml
xslt tmp.xml diffxml.xsl >result.xsl
xslt file1 result.xsl >op.html
(using saxon).
I think I'm having whitespace problems, since
everything is based around node()[2]
where /node[1] is showing as the document node.
I have a non working diffxml.xsl file.
Anyone else probing this route?
TIA, regards DaveP
Logged In: YES
user_id=640294
I'm interested in doing the same thing. Dif you write
diffxml.xsl yourself? It doesn't seem to be in the
release.
Logged In: NO
Any new progress, anybody?
I personally think that it is eaqually important for
diffxml's result be readable by human.
Logged In: YES
user_id=552707
Ideally there should be some form visualiser for diffxml, I
don't have time to do this now however!