1、错误描述
22:09:21,005 INFO [main] Main - javax.xml.transform.TransformerFactory=null
22:09:21,007 INFO [main] Main - java.endorsed.dirs=D:\Java\jdk1.7.0_67\jre\lib\endorsed
22:09:21,012 INFO [main] Main - launchFile: D:\MyEclipse10\workspace\.metadata\.plugins\org.eclipse.wst.xsl.jaxp.launching\launch\launch.xml
22:09:21,083 FATAL [main] Main - No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/MSSH/src/main/resources/generatorConfig.xml
org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/MSSH/src/main/resources/generatorConfig.xml
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:225)
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:186)
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.Main.main(Main.java:73)
Caused by: org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/D:/MyEclipse10/workspace/MSSH/src/main/resources/generatorConfig.xml
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:214)
... 2 more
2、错误原因
由于MyEclipse中没有命令直接运行generatorConfig.xml,导致报错
3、解决办法
MyEclipse XML转换异常
本文介绍了在MyEclipse中尝试运行generatorConfig.xml文件时遇到的XML转换异常问题,包括错误描述、原因分析及解决方案。
1079

被折叠的 条评论
为什么被折叠?



