Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to convert text extracted from a PDF file to a XML file in asp.net?

I tried the below code. But it is not working.
XmlDocument xd = new XmlDocument();
xd.LoadXml("This is a Book");
Posted

1 solution

I think you need to fill blanks when it comes to working with XML in .Net.
Here is a good series of tutorials.
Don't hurry, it is fundamental stuff.
 
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