This is the mail archive of the xsl-list@mulberrytech.com 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]

Re: how do XML and Graphics


Sandy,

At 04:08 PM 8/23/2002, you wrote:
I have worked out including graphics elements in my XML and transforming the whole thing to HTML, but I cannot work out what needs to happen in XSL/XS FO to make the graphic render in PDF.
Take a look at the FO element <fo:external-graphic/>. It's pretty straightforward; the syntax is analogous to HTML <img/> except of course (it being FO) you can do many more things with it. So in your case you'd just transform your <Source> element into the <fo:external-graphic/> assigning its value (text content) to the src attribute. Your <Title> and <Description> you'll probably want in appropriately-styled block elements near by.

Let us know if you need something more specific (and haven't already got it).

Cheers,
Wendell


======================================================================
Wendell Piez mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list


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