0

Does JavaFX FXML support XInclude? (http://www.w3.org/2001/XInclude)

Since there does not seem to be a formal FXML Specification (where is the: FXML Specification?)

I am asking here.

It also seems that the XML parser in use must have namespace enabled. (Default support for xinclude in Java 6?)

4

1 に答える 1

0

FXML は Xinclude をサポートしていませんが、機能の独自の実装があります。

http://docs.oracle.com/javafx/2/api/javafx/fxml/doc-files/introduction_to_fxml.html#include_elements

于 2016-04-19T13:54:20.673 に答える