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] Textobject | alt tag


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:
-----
<!DOCTYPE Article PUBLIC "-//OASIS//DTD DocBook V4.2//EN">
<article lang="no">
  <articleinfo>

    <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 to work?

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]