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?)

Community
  • 1
  • 1
paulhr
  • 339
  • 4
  • 17

1 Answers1

0

While FXML does not support Xinclude, it does have its own implementation of the functionality.

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

paulhr
  • 339
  • 4
  • 17