Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

DITA attribute ignored in FM11

Explorer ,
Oct 12, 2018 Oct 12, 2018

I'm having a dip into DITA with FrameMaker 11 (because that's the version I currently have).

Here's a sample topic in which I've defined a product attribute for two paragraphs:

<reference id = "id18AC90HG0CJ">

<title>test</title>

<shortdesc>Product attribute demo</shortdesc>

<refbody>

<section>

<title>Supported file formats</title>

<p product="A">JPEG</p>

<p product="B">EPS</p>

</section>

</refbody>

</reference>

When I save and reopen the topic file, the attribute values appear in XML view but not in WYSIWYG view, neither in structure view nor in the attributes pane.

Also, when I print a ditamap and apply a ditaval filter on the product attribute, I get the unfiltered output, which probably means the product attribute is ignored as well.

<?xml version="1.0" encoding="UTF-8"?>

<!-- filter.ditaval -->

<val>

    <prop att="product" val="A" action="include"/>

    <prop att="product" val="B" action="exclude"/>

</val>

Has this been a known bug in FM 11, or is something wrong with my configuration?

Capture1.png

Capture2.png

TOPICS
Structured
293
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 12, 2018 Oct 12, 2018

I cannot test it in FM 11 anymore because FM 12 is the oldest I have on my machine.

In FM 12, 13, 14 (2017 release), and 15 (2019 release) it works as expected. The attribute value is there in both the Structure View and the Attributes pod. I copy and pasted your code for testing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 12, 2018 Oct 12, 2018
LATEST

That's good to know, thank you for testing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines