Hello,
I already filled our a bug report but did not get any response. Maybe this forum can help me.
I used EA 12 to try out the xslt-debugger / Xml-Transformation. I did everything as suggest in the help-file (XML to HTML Transformation).
The problem is, that in step 4 is written: "In the File Path field, type or browse for the location and name of the source XML file to transform.". Even if this is done, the xml-transformation does
not use this path.
When going into the properties of the xmlTransform-artifact, I can see my .xml and .xslt unter related-> Files. Even under Links they are listed. But when I run the transformation, I get the following error:
[02787124] Using XSL stylesheet:C:\Users\(MYUSERNAME)\AppData\Local\Temp\EADocs\2985F265-4ED7-4ab7-B7D2-D56D9039BC34\XSLT-File.xsl
[02787124] with XML input:C:\Users\(MYUSERNAME)\AppData\Local\Temp\EADocs\E92E53F9-E4C3-41fb-A947-54A7C3B54552\Input XML.xml
(I removed my Username with (MYUSERNAME), just in case you wondered.)
XSLT-File and Input XML are my used names for the artifacts XSLT and XML File.
The problem is, that the selected path is not used. Instead some automatic-path is used for the transformation

.
*EDIT* I just put my desired content of the .xml and .xslt input into the temp/EADOCS files. The transformation just crashed the application...
Did I miss something in modelling the transformation?