Hi,
As far as I know, HTML file is a XML document, right?
I need to know how to parse part of HTML file, for example I have a string like this :
s := '<TR><TH>Header1</TH><TH>Header2</TH>...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20569823.html
Hi,
I'm trying to create and use an instance of TXMLDocument at runtime. eg.
TXMLDocument *XMLDoc;
XMLDoc=new TXMLDocument("c:\\test.xml"); //c:\test.xml is a valid xml file
XMLDo...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20910850.html
Zones:
C++Date Answered: 03/11/2004 Grade: C Views: 56
Hello!
I need some help.
I have an application that builds a lot of xml documents.
I use the
TXMLDocument component but my problem is that this is to slow. (takes a lot of time when bu...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21119321.html
Hi Experts.
Please could anyone tell me the best way to check an XML docuement is valid. I'm using TXMLDocument component and upon receiving an XML document would like to assign a schema to it a...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21295305.html
Hi all,
I'm trying to create a TXMLDocument at runtime. I don't know what I'm doing wrong, but I get an access violation when I try to access the root element. Here's my code:
xmldoc = new TX...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_21322600.h...
Zones:
C++ BuilderDate Answered: 02/21/2005 Grade: A Views: 103
I am working on an SVG charting unit and this is the beginning where I test and demo
all the routines to actually BUILD the SVG. I am not that familiar with TXMLDocument
as I have only worked wit...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21862246.html
Hi!
I have some problem with XML file.
I want to built a application that be able to save it's configuration in to a xml file.
So I built a class named TApplicationConfig that can work with XML ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21988968.html
I'd like to add some child nodes using TXMLDocument. But I found that all those new nodes were added in one line:
<Packet Title="Test PACKET 3"><ABC>XYZ</ABC><Addr_Mode>33</Addr_Mode><Sub_Actio...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22155695.html
Hi,
Is there any EASY way to parse a XML document?
When I read a node, it will raise exception error if it's an EMPTY ...
For example :
<example></example>
And, here is my code :...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20626497.html
Both use the same files copied into the project directory of each project
I use components at design time for both. The files have the same permissions.
Here is the Form
TFR_FinanceMain = clas...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20648597.html