Einzelnen Beitrag anzeigen

Benutzerbild von Array
Array

Registriert seit: 11. Feb 2011
33 Beiträge
 
Delphi 2010 Architect
 
#5

AW: HTML Image Link in XML-File schreiben

  Alt 1. Nov 2012, 18:08
Himitsu, ich danke dir! Genau so hat es funktioniert!

Delphi-Quellcode:
MainNode := GText.AddChild('a');
MainNode.Attributes['href'] := 'event:test,'+PNode.Attributes['id'] ;
SubNode := MainNode.AddChild('img');
SubNode.Attributes['src'] := 'image1.jpg';
SubNode.Attributes['width'] := '50';
SubNode.Attributes['height'] := '50';
LoadfromBrain
  Mit Zitat antworten Zitat