Skip to main content
1-Visitor
January 25, 2019
Question

XML (DITA Topics) database in Arbortext CMS

  • January 25, 2019
  • 0 replies
  • 1043 views

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