I am trying to access the contents of the path below:
/newsMessage/itemSet/newsItem[2]/contentSet/remoteContent[3]/rtr:altId
However, the path is not being accepted due to the colon, is there any way to escape this character or make the contents of this path accessible.
I have tried using something similar to this:
/*[name()='rtr:altId']
however I'm unsure where I would put this in the CSS and if I have formatted correctly.