Hi, I have an xml file that has the following structure:
<styles>
<style>
<font-family>Arial</font-family>
<font-weight>bold</font-weight>
</style>
</styles>
I would like to know how can I reference the font-family tag using E4X?
Thanks,
Rui

