JavaFX FXML是否支持XInclude?(http://www.w3.org/2001/XInclude)
由于似乎没有正式的FXML规范(where is the: FXML Specification?)
我在这里问。
使用中的XML解析器似乎还必须启用名称空间。(Default support for xinclude in Java 6?)
发布于 2016-04-19 21:54:21
虽然FXML不支持Xinclude,但它有自己的功能实现。
http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html#include_elements
https://stackoverflow.com/questions/36669191
复制相似问题