Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
The problem I am having is the mainbooktitle does show the tm element when publsihing to pdf. We had a style sheet created for us. They add the text to the cover using a _ufe with a x-path reference (/RDStyle/ResolvedMap/servicemanualmap/booktitle/mainbooktitle) in it. My limited understanding of this is that it is going to publish whatever is seen in the mainbooktitle element. So I should also expect that the tm element should also be displayed?
any help would be great
Thanks
Bryon
Hmm my manual title has this line in it. By the xpathstring expr, I take it that this is a a xpath string.
<_gte:XPathString expr="/RDStyle/ResolvedMap/servicemanualmap/*[name()='bookmeta' or name()='servicemanualmeta']/modelno"/><_dtd:_newline/><_gte:XPathString expr="/RDStyle/ResolvedMap/servicemanualmap/booktitle/mainbooktitle"/>
I went into the _ufe and copied the path then went to insert element Content, by xpath and pasted (/RDStyle/ResolvedMap/servicemanualmap/booktitle/mainbooktitle)into the Xpath expression. It now behaves as it should. Is there any reason why you would not want a xpath to pass on child elements?
Thank you Clay.
Bryon