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


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

Re: Re: Referencing an external SVG document


> There's no restriction on the format for external graphics. I suggest
> mediaobject or inlinemediaobject for your SVG diagram. If that doesn't
> work, let me know.

It all seems to be working.  I used...

> <figure
>   float="1"
> >
> 	<title>
> 		This is my figure.
> 	</title>
> 	<mediaobject>
> 		<imageobject>
> 			<imagedata
> 			  fileref="/Users/jafoster/Scratchpad/TEST1.SVG"
> 			/>
> 		</imageobject>
> 	</mediaobject>
> </figure>

I was worried that since "SVG" does not appear as part of the options for 
the "format" attribute, that I would be in trouble.  I just ignored it, 
and things seem to work.  All that's left now is to get Xalan 2.3.1 
working :)

Thanks for the help.

Jason Foster


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