Skip to main content
18-Opal
January 15, 2026
Question

add the ability to have a second image element in a custom element

  • January 15, 2026
  • 2 replies
  • 118 views

Our style sheet was modified with a custom element for our covers. The custom element supports one image element. Where do I change it so It can accept two images, as I would like to profile them.

 

Thanks

 

Bryon

2 replies

12-Amethyst
February 11, 2026

Dear Customer,

 

Hope you're doing well. Are you asking about inserting two images in the single element?

 

Regards,

Manpreet Singh

bfriesen18-OpalAuthor
18-Opal
February 11, 2026

Yes, when I press enter inside the element I cannot add another image, it seems that only one is allowed. The images also need to be profiled so I expect I would need to allow that also.

 

Bryon

12-Amethyst
February 12, 2026

Hello Bryon,

 

I am looking into this and will share more details If I find out. However, I found this article Is it possible to add secondary images alongside primary images in Windchill Service Information Manager that also applies to Arbortext Editor.

 

Regards,

Manpreet Singh

18-Opal
April 14, 2026

Hi Bryon--

Just based on your brief description, I think you would need to modify your DTD or XSD to allow more than one image element inside your cover page container. I don’t think there’s a way to allow this using just stylesheet modifications.

Potentially, you could jury-rig it by leveraging unused attributes. For example, if you know you will only have at most two image options, and your image element has something like an “outputclass” attribute, you could put the second “alternate” image URL in the outputclass attribute, and then your stylesheet could use the profiling logic to replace the graphic with the alternate if the proper profile is specified.

--Clay