User Profile
Collapse
Profile Sidebar
Collapse
Hiren Mistry
Last Activity: Sep 1 '07, 08:20 AM
Joined: Jun 12 '07
Location:
-
can u create xml element with ':' character in c#.net [desktop applicaton]... -
-
Thanks for taking interest in this
private void button3_Click(o bject sender, EventArgs e)
{
mxDoc = new XmlDocument();
XmlWriterSettin gs settings = new XmlWriterSettin gs();
//settings.CheckC haracters = false;
settings.Indent = true;
//Predefined declaration of xml file
XmlWriter writer = XmlWriter.Creat e("C:\\Index.xm l",...Leave a comment:
-
Cant create xmlElement using xmlWriter in C#.net
Hello, Experts.
as i didnt got solution for "Creating XML from DTD"
So finally i started creating DTD parser in C#.net......... ..
Now i m facing problem while i create an xml element with name as "ectd:ectd"
using xmlwriter...... ..
but it gives an error or exception as ':' not valide character for xml element name
please help me :)
... -
So far i dont get any sucess in this :(
Experts pls help me.........
i cant read .dtd file even..........
I need to create DTD parser now...... for that i need to read DTD
please help me experts.......
Hiren MistryLeave a comment:
-
Follow your dream Hiren!
I am adding a link then forward to C# forum, I think you should start by communication with the your files then go from there. Your GUI should be your starting pointing:
http://www.w3schools.com/dtd/default.asp
Please write if you need additional information.
Good luck with project:-)[/QUOTE]
Dear sir,
thanks for such good link.....
...Leave a comment:
-
XML, DTD, .C#Net
Hi,
I need to read in a DTD from a file that is provided by a third
party. From the DOM created from this DTD I need to create a GUI which
will allow me to enter information into text boxes to insert into the
XML. For Example:
Start with:
...Code:(DTD) <!ELEMENT cdlib (cd+)> <!ELEMENT cd (artist+, title+, format?, description?)> <!ELEMENT artist (#PCDATA)>
-
I gone throgh this.... but i m not getting idea.....
i have used %att as subset paramenter in Xml2Sxd()
it gives an exception as follow......... .
e = {"Reference to undefined parameter entity ''\nReferenced on line 1, position 3 of internal entity ''"}
there is function
public static Dtd Parse(Uri baseUri, TextWriter errorLog, string name, string pubid, string url, string...Leave a comment:
-
Dear Mr.Dorin,
Can u help in this situation?
i m just waiting for solution :(
may be my boss will kick me out
thanks for taking interest in such difficult problem...Leave a comment:
-
Thanks god it is possible....... .....
Sir may i know the way how to it.?
please i required such thing on urgent basis.......... .
please help me out sir
Thanks for taking interest in this topic...Leave a comment:
-
yeah i tried that....... but xmlschema will not read .dtd file :-(
so i m bit confused with this situationLeave a comment:
-
I need to generate an XML file .............. for that i have only .DTD
which let me know.... basic structure of xml node without leaf
here i m copying that file [DTD] Now need to generate basic structure from this DTD :-)
i have following DTD file, i need to generate basic structure of XML.......... which contains only Element node....... not leaf node........... ..
so if possible...Leave a comment:
-
Dear priya,
The problem u faced in dec'06........ same problem i m facing right now :-(
do u have any idea how to create xml using dtd?
please let me know i m in trouble........ .
awaiting for ur replyLeave a comment:
-
hello sir,
do u have any idea to create xml file based on given dtd or xsd file
Please waiting for ur help
:-)Leave a comment:
-
hi dude,
I m not getting any idea,
how to generate xml file base on given dtd file..... using c#.net
please help me if u can
thanks :-)Leave a comment:
-
dear,
XmlReaderSettin gs settings = new XmlReaderSettin gs();
NameTable nt = new NameTable();
object ectd = nt.Add("eCTD");
settings.NameTa ble = nt;
string xmlSchemaFileNa me = "\\util\\dtd\\e u-regional.dtd";
settings.Prohib itDtd = false;
settings.Schema s.Add("", XmlReader.Creat e(xmlSchemaFile Name,settings)) ;
...Leave a comment:
-
Create XML file based on .XSD or .DTD in C#.net 2005
hi all,
Does any one help me ....? is there any possible way to create xml file using .xsd file or .dtd?
same quetionf was fired by Mr. Mitesh ........ Does he got solution for that ?
Please help me..
thanks in advance
No activity results to display
Show More
Leave a comment: