Closed gregturn closed 10 years ago
I used docbook's image.xml.slim as a basis, but it won't insert any of the attributes.
I have:
text:p text:style-name="imageblock" draw:frame draw:style-name="imageblock" draw:name="image" text:anchor-type="paragraph" draw:z-index="1" svg:width="(attr :width)" svg:height="(attr :height)" draw:image xlink:href="(@target)" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"
docbook has:
figure id=@id role=(attr :role) xreflabel=(attr :reftext) - if title? title=title mediaobject imageobject imagedata fileref=image_uri(attr :target) contentwidth=(attr :width) contentdepth=(attr :height) scale=(attr :scale) width=(attr :scaledwidth) scalefit=((attr? :scaledwidth) ? 1 : nil) align=(attr :align) textobject: phrase=attr :alt
Might be the double quotes.
This is being worked in #10
I used docbook's image.xml.slim as a basis, but it won't insert any of the attributes.
I have:
docbook has:
Might be the double quotes.