Advertisement

1 - 10 of 24 containing alltags:("txmldocument") (0 seconds)
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>...
Zones: Delphi Programming, Font CreatorDate Answered: 04/04/2003 Grade: C Views: 0
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...
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...
Zones: Delphi Programming, XHTMLDate Answered: 01/31/2005 Grade: C Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 02/04/2005 Grade: B Views: 4
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...
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...
Zones: Delphi ProgrammingDate Answered: 06/06/2006 Grade: A Views: 25
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 ...
Zones: Delphi ProgrammingDate Answered: 09/14/2006 Grade: A Views: 4
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...
Zones: Delphi ProgrammingDate Answered: 02/10/2007 Grade: A Views: 20
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 :...
Zones: Delphi ProgrammingDate Answered: 06/03/2003 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 06/16/2003 Grade: B Views: 0