txmldocument Questions
5
Solved
I used the XML Binding Wizard to create a descendant of TXMLDocument. The files generated by this class would declare the namespace in the root node and create just plain, unadorned nodes for the r...
Cytolysin asked 21/10, 2010 at 15:15
3
Solved
When I try to read an XML document (eagle file) with an DTD I get the error:
Project xx raised exception class EDOMParserError with message 'DTD is
prohibited'
The XML header looks like this:...
Rettke asked 27/5, 2012 at 1:30
3
Solved
I have a problem with parsing XML.
How to get field values se_url and phrase?
I need to get link1_1, link1_2, key1, link2_1, link2_2, key2...
which are in se_url and phrase.
I did not find in G...
Centime asked 14/2, 2012 at 18:43
2
Solved
I'm creating an instance of TXMLDocument at runtime, to load and parse a XML file. You can check the code below:
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Grap...
Crissum asked 6/12, 2011 at 10:53
1
Solved
In Delphi XE is it possible to use XPath with a TXmlDocument component?
I'm aware I can use late binding to access the MSXML2 and then use XPath:
XML := CreateOleObject('MSXML2.DOMDocument.3.0') ...
Cruces asked 21/3, 2011 at 21:25
2
Solved
I have legacy code (I didn't write it) that always included the encoding attribute, but recompiling it to D2010, TXMLDocument doesn't include the encoding anymore. Because the XML data have accente...
Buncombe asked 3/5, 2010 at 17:32
3
Solved
I'm new to delphi and now I have to read create an xml. my code is the following:
function foo.createXMLDocument(): TXMLDocument;
var
res: TXMLDocument;
rootNode: IXMLNode;
sl : TStringList;
be...
Patriarchate asked 7/10, 2009 at 15:27
1
© 2022 - 2024 — McMap. All rights reserved.