>> You currently use XSLT to generate HTML from your XML, correct? You could >> write another XSLT file that generates BXML (for example, one that >> produces a TablePane containing Labels vs. an HTML <table> containing >> text). >> > > Is there a sample somewhere how to to do this?
No - this isn't a common requirement. However, it is definitely possible. I'd suggest prototyping the UI in BXML first, to get the appearance/structure you want. That should help you figure out what your XSLT should look like. If you need help with the serializer part, let me know. > With your approach, are we able to do the colors as well? Yes. Assuming that you create a TableView containing Labels, you can set the backgroundColor style on each of the Label instances as needed.
