Click here to Skip to main content
15,913,465 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I am new to working on OFX files. i have an xsd file for which i need to generate an ofx file. how can it be done? Pls help me .. I want to know the entire procedure on implementing this.. is there any one who has worked on this area??

Thanks,
Sujith
Posted

1 solution

You can generate sample XML from an XSD in VS 2008 or later using the XML Schema Explorer. Open your XSD in Visual Studio, find the Schema Explorer window, right click on your root node, and select Generate Sample XML. Fair warning: such samples are, at best, only as good as schemas they're building from.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900