Some help here is appreciated.
The custom fields I have set up for my xml document are not working
This is the location of the xml document: http://escondidoexperience.com/flashtest/flashtest/newtwo
This is the code in my xml template:
<?xml version=“1.0” encoding=“UTF-8”?>
<Books>
<Book ISBN=”{isbntwo}”>
<title>{booktitle}</title>
<author>Sir Arthur Conan Doyle</author>
</Book>
</Books>
Everything appears to be set up correctly within the system. Why wouldn’t the custom fields “isbntwo” and “booktitle” be populated?