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

securityClassification attribute S1000D

Explorer ,
Apr 12, 2021 Apr 12, 2021

Hello everybody!

In s1000d data modules, I have a securityClassification attribute.

How to get the value on a MASTER PAGE: 

'Unclassified' if the securityClassification attribute = 1,

- 'Restricted' if the securityClassification attribute = 2,

'Confidential' if the securityClassification attribute = 3

etc ...

Thank you

JC

451
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

correct answers 1 Correct answer

Explorer , Apr 12, 2021 Apr 12, 2021

sorry .. 

I meant by the xslt import and export preprocessing and postprocessing!

Translate
Contributor ,
Apr 12, 2021 Apr 12, 2021

Page 167 in the Structure Application Developer Reference talks about translating attribute value selections. This should be able to convert the numbered selection to the equivalent word. Then edit one of the running H/F markers to display the translated attribute.

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 ,
Apr 12, 2021 Apr 12, 2021

Thank you Rob.

I think I founded another solution.
I am checking with the r/w rules.
For the import of an xml, it works.

It only remains for me to see for the export, to recover the original value!

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 ,
Apr 12, 2021 Apr 12, 2021
LATEST

sorry .. 

I meant by the xslt import and export preprocessing and postprocessing!

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