Chilkat HOME ASP Visual Basic VB.NET C# C C++ MFC Delphi FoxPro Java Perl Python Ruby SQL Server VBScript
(PHP using ActiveX) Setting XML Tag and ContentDemonstrates how to set the tag and content of an XML node. The following XML sample code produces this output: <abc>123</abc> <?php $xml = new COM("Chilkat.Xml"); $xml->Tag = 'abc'; $xml->Content = '123'; print $xml->getXml() . "\n"; ?> |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.