Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi,
I am using Arbortext CMS to store our DITA topics. I wanted to know how those XML files store in the CMS database. The reason I am asking this is for XML parse and reporting.
For example, a DITA topic may look like this:
<topic id="topic" xml:lang="en">
<title>Authoring DITA Topics</title>
<body>
<p>When you first open a DITA topic, the default <ph
id="ArbortextEditor-0CDFC876">Arbortext Editor</ph> configuration
for editing DITA topics appears. </p>
</body>
</topic>
What I want to do is a XML search and the result would be the content in an element with an specific attribute. In this case, I want to get the content "Arbortext Editor" when I do a search for a tag <ph> with "id=ArbortextEditor-0CDFC876".
Thanks,
Kangxw