Return HOME
 

To make it easy for foundations to make their funding opportunities available to others, we have developed an XML schema that describes foundation opportunities in a standardized machine-readable format. A file in this format should be made available as a static Web page or a CGI script and should follow this format:
<FOUNDATIONOPPORTUNITYLISTING>
    
    <ORGANIZATION>
	...
    </ORGANIZATION>
    

    <FOUNDATIONOPPORTUNITIES>
	
	<OPPORTUNITY>
	....
	</OPPORTUNITY>
	
    </FOUNDATIONOPPORTUNITIES>
    
</FOUNDATIONOPPORTUNITYLISTING>
A given XML file begins with a <FOUNDATIONOPPORTUNITYLISTING> tag and ends with a </FOUNDATIONOPPORTUNITYLISTING> tag. In between these outer tags, a single <ORGANIZATION><ORGANIZATION> block provides default contact information for parties interested in funding opportunities found in the file and one or more <OPPORTUNITY></OPPORTUNITY> blocks list individual funding opportunities. Further details, including an example XML file, may be found below: