Tagged Questions
1
vote
2answers
129 views
Why does xalan.jar crash eclipse when deploying android app
I am developing an android app on Eclipse Juno running on Windows 7 64bit (8GB ram) So I have my android project and I place some jar files in the /lib folder so I can use them in my app. This is ...
0
votes
1answer
731 views
'HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. | When I copy-of result of set:distinct
I trying transform (in eclipse) a document below:
<doc>
<city name="Paris"
country="France" />
<city name="Madrid"
country="Spain" />
<city ...
0
votes
2answers
428 views
Saxon XSLT 9.2 throws NullPointerException for config file in Eclipse STS
I've been using the Xalan XSLT processor in Eclipse STS 3.7, but I recently switched to Saxon 9.2 (Home Edition). In Eclipse Preferences, I switched the processor and set the JAR file to saxon9he.jar, ...
4
votes
2answers
2k views
Ant <junitreport> fail because of Xalan's (XSLT) secure processing feature
My junit tests run via ant 1.7 from within my Eclipse environment but the build failes when the junitreport task is performed:
BUILD FAILED
.../build.xml:222: Errors while applying ...
1
vote
1answer
258 views
Getting an Eclipse C++ environment running with Xalan
I have been working on getting a C++ IDE going on my 64-bit Windows 7 machine. It's been frustrating, mostly because of the incompatibilities of 32 and 64 bit programs using Eclipse IDE for C/C++ ...
