Share

TurboPower XML Partner

Code

Programming Languages: Delphi/Kylix

License: Mozilla Public License 1.1 (MPL 1.1)

Repositories

browse code, statistics, last commit on 2004-02-12 cvs -d:pserver:anonymous@tpxmlpartner.cvs.sourceforge.net:/cvsroot/tpxmlpartner login

cvs -z3 -d:pserver:anonymous@tpxmlpartner.cvs.sourceforge.net:/cvsroot/tpxmlpartner co -P modulename

Show:

What's happening?

  • TurboPower XML Partner

    tpsfadmin added nickhodges to the TurboPower XML Partner project.

    2009-09-10 02:01:56 UTC by tpsfadmin

  • TurboPower XML Partner

    tpsfadmin added ciccio20 to the TurboPower XML Partner project.

    2009-05-20 14:19:08 UTC by tpsfadmin

  • Followup: RE: self::text() fails for CDATA?

    Richard: many thanks for your feedback, that helps clarify my understanding. I'll retain my clumsy edit for my current project, but won't commit it to the 'master' copy I use elsewhere. I like XML Partner a lot, and it's heartening that you're here fielding questions, thanks for that.

    2009-01-26 05:39:25 UTC by sbwmikael

  • Followup: RE: self::text() fails for CDATA?

    CDATA sections do not form part of the XSLT object model, and so should be "invisible" to an XSLT engine, even if the parser chooses to put them into the DOM which is passed to the XSLT processor. Something like the fix you have written will be needed for the case you have spotted, and I am sure that there are other repercussions of this design flaw which will need to be checked...

    2009-01-25 21:19:57 UTC by richardlight

  • self::text() fails for CDATA?

    I've got an XML document (my.xml) like this: <?xml version="1.0" encoding="UTF-8"?> <root> <anode> <bnode><![CDATA[<b>some data</b>]]></bnode> <bnode>hello world</bnode> </anode> </root> And a stylesheet (my.xsl) like this: <?xml version="1.0"...

    2009-01-24 00:33:32 UTC by sbwmikael

  • Comment: AV in ntdll.dll when closing IDE

    vHci03 lcflabiprcyb, [url=http://ninvgpxksxqc.com/]ninvgpxksxqc[/url], [link=http://nvszmcsdvbhp.com/]nvszmcsdvbhp[/link], http://lbuztirisayn.com/.

    2008-12-28 10:57:41 UTC by nobody

  • Comment: ReadChar problem with Delphi 2007

    This is a slightly wider issue and there are several lines in this file and the parser file that need updating. I am not familiar with SourceForge but can provide updated files if someone would care to do the admin. Also affects Codegear Builder 2007 (perhaps obviously).

    2008-09-11 08:19:34 UTC by ianspencer

  • Making SelectNodes etc. check the IgnoreCase property

    Hi. I have realised that the IgnoreCase property of the XML Object Model does not apply to XPath expressions where the contents of attributes are compared. I would prefer that, so a XPath expression like: //Materials/Material[@Id="A1000"] would return the same result as //Materials/Material[@Id="a1000"] Regards, Mikkel Andersen.

    2008-07-18 13:00:35 UTC by nobody

  • ReadChar problem with Delphi 2007

    In the ReadChar function of TXplnCharFilter an if statement compares FLastChar, a wide string, to an empty string. This comparison will never read as true in Delphi 2007 so it will always execute the else condition. The fix is simple, just change the empty string to a #0. function TXpInCharFilter.ReadChar : DOMChar; {!!.52 - Rewritten - Start} var Ch ...

    2008-07-03 14:03:25 UTC by nobody

  • AV in ntdll.dll when closing IDE

    hi, after installing current beta in my delphi 3.02 pro-ide i get a AcceessViolation --------------------------- Delphi 3 --------------------------- Zugriffsverletzung bei Adresse 7C93AE22 in Modul 'ntdll.dll' Lesen von Adresse FEFC830F. --------------------------- OK --------------------------- when closing it. is this bug known? regards Frank.

    2007-08-29 16:04:53 UTC by frank-w