Troubleshooting custom layout themes (FileMaker Pro Advanced)
FileMaker Pro and FileMaker Pro Advanced cannot parse an XML theme document that is not well-formed, and they do not validate the XML in your documents. If one required item is missing or wrong, FileMaker Pro Advanced ignores the entire document.
Here is a list of things to check for if your new layout themes don’t appear in the New Layout/Report assistant as expected:
 •
 •
 •
 •
<?xml version="1.0" standalone="yes" ?>
<FMTHEMES>
<FMTHEME>
<THEMENAME VALUE="Purple and White Screen" />
</FMTHEME>
</FMTHEMES>
 •
 •
All values are enclosed in quotation marks (“value”). There are no missing opening or closing quotation marks, and there are no missing values (no blank quotation marks).
 •
 •
 •
 •
Related topics 
Creating custom layout themes (FileMaker Pro Advanced)
Layout theme elements (FileMaker Pro Advanced)
Removing elements from theme files (FileMaker Pro Advanced)
Layout theme attributes (FileMaker Pro Advanced)
Specifying default values for themes (FileMaker Pro Advanced)
Using values for patterns and colors (FileMaker Pro Advanced)