guitardave78
Programmer
Inthe following XML file how would I get the value of the node //imsmd:general//imsmd:title//imsmd:langstring//
}...the bane of my life!
Code:
<manifest xmlns="[URL unfurl="true"]http://www.imsglobal.org/xsd/imscp_v1p1"[/URL] xmlns:imsmd="[URL unfurl="true"]http://www.imsproject.org/xsd/ims_md_rootv1p1"[/URL] xmlns:xsi="[URL unfurl="true"]http://www.w3.org/2001/XMLSchema-instance"[/URL] xsi:schemaLocation="[URL unfurl="true"]http://www.imsglobal.org/xsd/imscp_v1p1[/URL]
[URL unfurl="true"]http://www.imsglobal.org/xsd/imscp_v1p1.xsd[/URL]
[URL unfurl="true"]http://www.imsproject.org/xsd/ims_md_rootv1p1[/URL]
[URL unfurl="true"]http://www.imsglobal.org/xsd/ims_md_rootv1p1.xsd"[/URL] identifier="man_F8EEBA77-2446-45C5-807C-C9F076A5758F">
<metadata>
<imsmd:general>
<imsmd:title>
<imsmd:langstring>
Writing a CV - Writing a CV
</imsmd:langstring>
</imsmd:title>
</imsmd:general>
</metadata>
</manifest>
}...the bane of my life!