Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Gefilterte Dateien / StringGrid/ XML (https://www.delphipraxis.net/189545-gefilterte-dateien-stringgrid-xml.html)

p80286 14. Jul 2016 15:27

AW: Gefilterte Dateien / StringGrid/ XML
 
Versuch mal
Delphi-Quellcode:
blabla3:

 '<PropertyGroup Condition="''$(Base)''!=''''">'
Gruß
K-H

Freyr77 15. Jul 2016 08:06

AW: Gefilterte Dateien / StringGrid/ XML
 
Zitat:

Zitat von p80286 (Beitrag 1342684)
Versuch mal
Delphi-Quellcode:
blabla3:

 '<PropertyGroup Condition="''$(Base)''!=''''">'
Gruß
K-H

Er mag leider trotz allem das $ Zeichen nicht. Kann man da irgendwas machen?

himitsu 15. Jul 2016 10:03

AW: Gefilterte Dateien / StringGrid/ XML
 
selectNodes bekommt als Parameter einen XPath und in XPath gibt es viele Steuerzeichen, wie z.B. die Klammern.
https://de.wikipedia.org/wiki/XPath

Versuch mal diese Zeichen zu "maskieren", eventuell mit einem "\" davor,
oder vermutlich eher per Name, also "(" = "& #40;" und ")" = "& #41;"
https://social.msdn.microsoft.com/Fo...=visualbasicde
http://stackoverflow.com/questions/4...n-in-node-name
https://wiki.selfhtml.org/wiki/XML/XSL/XPath
https://wiki.selfhtml.org/wiki/XML/XSL/XPath/Funktionen
https://wiki.selfhtml.org/wiki/Refer...eichenreferenz


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:55 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz