Skip to main content
Participant
November 3, 2020
Question

use XSLT Preference in Responsive HTML5

  • November 3, 2020
  • 1 reply
  • 205 views

Hi

When I publish with Responsive HTML5, framemaker don't use my XSLT Preference preprocessing.

How can i do that?

i need to transform sommething like that :

<tag1>
<tag2 />
<tag2 />
</tag1>

 

 

into

<table>
<tbody>
<row>
<entry><img/><tag1><entry/>
<entry><tag2><tag2><entry/>
</row>
</tbody>
</table>

I don't know is there is another solution...

Thanks

    This topic has been closed for replies.

    1 reply

    frameexpert
    Community Expert
    Community Expert
    November 3, 2020

    I didn't know that the Publish command can use XSLT.

    SchiafAuthor
    Participant
    November 4, 2020

    She use it when you publish a PDF...