[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

How to display figure if they are defined in the top o

Subject: How to display figure if they are defined in the top of the XML file as an entity
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Fri, 12 Sep 2008 11:24:30 +0530
 How to display figure if they are defined in the top o
Hi List
Needed another help. I don't have any Idea about this kind of concept. I even don't know how to process.


<!-- INPUT -->
<!DOCTYPE "xxx" "xxx.dtd"
[<!ENTITY F001 SYSTEM "images/fig1.jpg" NDATA JPEG>
<!ENTITY F002 SYSTEM "images/fig2.jpg" NDATA JPEG>
<!ENTITY per SYSTEM "images/per.jpg" NDATA JPEG>
]>
<main>

<docGroup>
<doc id="a1">
<figure entity="F001" id="fig1">
  <figDesc>figure 1</figDesc>
</figure>
<figure entity="F002" id="fig2">
  <figDesc>figure 2</figDesc>
</figure>
</doc>
<doc id="a2">
<figure entity="per" id="ufig">
  <figDesc>ufig</figDesc>
</figure>
</doc>
</docGroup>
</main>

<!-- OUTPUT -->
<img src="fig1.jpg"/>
<img src="fig2.jpg"/>
<img src="per.jpg"/>

Thanks

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.