16 Nov 2007 at 16:01 #1 !bluetonic! !bluetonic! Soldato Joined 17 Nov 2005 Posts 3,108 Location Swindon, UK Does anyone have an alternative in C# of PHP's get_attribute function?
16 Nov 2007 at 16:16 #4 !bluetonic! !bluetonic! Soldato OP Joined 17 Nov 2005 Posts 3,108 Location Swindon, UK Dj_Jestar said: http://uk.php.net/manual-lookup.php?pattern=get_attribute&lang=en er.. perhaps the NonExistantClass.NonExistantFunction() method? Click to expand...
Dj_Jestar said: http://uk.php.net/manual-lookup.php?pattern=get_attribute&lang=en er.. perhaps the NonExistantClass.NonExistantFunction() method? Click to expand...
16 Nov 2007 at 16:16 #5 !bluetonic! !bluetonic! Soldato OP Joined 17 Nov 2005 Posts 3,108 Location Swindon, UK Inquisitor said: D'you mean this? http://uk2.php.net/manual/en/function.domelement-get-attribute.php If so, take a look at the System.Xml namespace (specifically the XmlElement.GetAttribute and XmlElement.GetAttributeNode methods). Click to expand... Much obliged.
Inquisitor said: D'you mean this? http://uk2.php.net/manual/en/function.domelement-get-attribute.php If so, take a look at the System.Xml namespace (specifically the XmlElement.GetAttribute and XmlElement.GetAttributeNode methods). Click to expand... Much obliged.