Microsoft
Software
Hardware
Network
Question : Flash XML content
say I have the following XML:
<product a="1" b="2">
this is <b>some big</b> text
</product>
how do I access the text "this is <b>some big</b> text" within actionscript 3? I got a handle on the prduct node but cannot seem to pull out the text between <product> and </product> tags.
thanks!
Answer : Flash XML content
The variable $PHP_SELF will have the path+filename in it or you can use $_SERVER["SCRIPT_URI"], $_SERVER["SCRIPT_URL"], and many other built in variables to find out what url / file system path was called.
Random Solutions
SSIS: parsing through recordsets in ForEach loop
Verify user exists in AD using LDAP
Exchange smtp gateway direct to internet
Access Query Field + Criteria
csv row limit
Access 2007 use combo box selection to run query
Active Desktop Error Windows 2003 XP clients
config samba on gui interface
modify vb script to also get last logged on username or display name
Can someone please how me how to merge two sorted linked lists in c#? It's for interview btw..