This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] How to get textobject as an alt attribute


I can not get the textobject inside the mediaobject to appear as an
alt attribute in the html file after converting from sgml. Look at this
sgml code:

-----
    <mediaobject>
      <imageobject>
	<imagedata  Fileref="./logo.png" align="center">
      </imageobject>
      <textobject>
	<phrase>Logo</phrase>
      </textobject>
    </mediaobject>
-----

I'm using dsssl stylesheets 1.78. What code could I put into my
customized dsl file to get this working?

Lars

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]