Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » KDevelop / Qt / wxWidget » creating an reading a xml-file

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
16.02.2006, 14:37 Uhr
~Tillle
Gast


Hi

I've Problems how to read an XML-File. It can't be read because of the structure of the header (<? ... >.
Well creating this with:
----
QDomDocument myDoc("meinDokument");
//Wurzelelement
QDomElement rootElem = myDoc.createElement(QString("wurzel-tf2"));
myDoc.appendChild(rootElem);
----
ist works, but in the XML-File ist sth like: <!DOCTYPE ...>. But I don't want a docfile but an XML-File without a docfile.

There's a possibility to create an header like this:
-----
// Dokumentbaum herstellen
QDomImplementation myDomImpl = QDomImplementation();
QDomDocument myDoc = myDomImpl.createDocument( QString::null, QString("?xml version=\"1.0\"?"), QDomDocumentType());
//Wurzelelement
QDomElement rootElem = myDoc.createElement(QString("wurzel-tf2"));
myDoc.appendChild(rootElem);
----
<? .... ?\>
Now you can't read the file, becaus of the "\" in front of the ">".
How can I create a XML-File with sth like this:
<?xml version="1.0"?>
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
17.02.2006, 00:36 Uhr
Spacelord
Hoffnungsloser Fall



Zitat:

QDomDocument myDoc(" meinDokument ");
// Wurzelelement



Du kannst hier ruhig deutsch schreiben

MfG Spacelord
--
.....Ich mach jetzt nämlich mein Jodeldiplom.Dann hab ich endlich was Eigenes.

Dieser Post wurde am 17.02.2006 um 00:37 Uhr von Spacelord editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ KDevelop / Qt / wxWidget ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: