We are developing an ERP using ASP.Net and C#.Net. Now in that, I want to integrate the application with Tally. So that the vouchers produced would be transferred as XML format to the Tally. How to do this? I need all your valuable contributions.
Share
Kindly go through this link http://www.rtslink.com .
Product : RTSlink DLL
Platform : Windows 2000 and above
Tally : Version 6.3 and above
Category : DLL to programmatically push and pull [Import and Export] data from Tally Accounting Software
XML stands for EXtensible Markup Language.
XML is a markup language like HTML, but is designed to describe data and focus on what data is.
XML tags are not pre-defined, you must define your own tags.
XML is used to Exchange data
XML Tags are case-sensitive
Comments in XML are similar to that of HTML. Example
XML has a shorthand for empty elements: A sole tag ending with /> signals that the element has no contents.
Escape Sequences
An escape sequence causes an escape from the normal interpretation. A C/C++ programmer might have used the following escape sequences frequently viz.
‘\n’ – New Line
‘\r’ – Carriage return
‘\t ’ – Tab
Example XML Tags for Tally: