:
//*[starts-with(@*, '/v1/assets/')]
, XPath 1.0 , . starts-with() node, - ( node, ).
starts-with() @* . . . XML, XPath node, . XPath ( ), -, node .
( ),
<div>
<object data="other" type="/v1/assets/mp4Video-1">
<param name="/v1/assets/webmVideo-1" value="other" type="REF"/>
</object>
</div>
, , , /v1/assets/, object param. , XPath param.
, XPath! XPath .
XPath, , ,
//*[@*[starts-with(., '/v1/assets/')]]
,
, , "/v1/assets/".