[fpc-pascal]Searching a faster TXMLConfig

Marco van de Voort marcov at stack.nl
Sat Mar 9 20:11:29 CET 2002


> I already asked the for a faster TXMLConfig.
> But before I implement a new one, I ask twice.
> 
> TXMLConfig in xmlcfg.pp is a very easy component to handle config files.
> Since these files are in xml, which is nowadays a format for everything, I
> wonder, if there are some other implementations, which do not linear
> searches.

Note that XML is mainly a format for files that usually don't need human
editing.

> Can anyone give me a hint/link for other xml implementation?

Maybe Jedi has something. There is some DOM work going on there.
 




More information about the fpc-pascal mailing list