| 
 
Subject: [xsl] Problem trying to display additional information in popup box From: Betty.Risher@xxxxxxxxxxxx Date: Fri, 13 Jul 2001 07:03:01 -0600  | 
Hi,
I'm trying to resolve an issue with additional information displaying in a
separate popup box, from the main text display.
The data element of <chgmsg> resides within the main flow of the data, but needs
 to be displayed in a separate display box.
Based on the code provided below, I have tried to create a link (using an image)
 to click on, that opens another box for display.
This portion seems to work ok, but I can't get any of the information within the
 <chgmsg> to display within the box.
I've tried to find information and examples pertaining to this issue, but have
had no luck.  I'm not sure what I'm doing incorrectly.
Am I on the right track?  Is what I'm attempting to do possible?
Any assistance would be greatly appreciated.
Thanks,
Betty Risher
****************************************************
XSL styles snipet
<xsl:template match="chgmsg">
     <a href="#{generate-id(chgdesc)}" target="display">
          <img src="./pics/exlink.gif" align="right"></img>
     </a>
</xsl:template>
<xsl:template match="chdesc">
     <xsl:apply-templates/>
</xsl:template>
***************************************************
XML Code
<pgblk chapnbr="07" sectnbr="00" subjnbr="00" pgblknbr="00" confltr=""
confnbr="01" chg="U" effvect="001999" id="T07-00-00-00" mfrid="EN0700000000">
     <effect effvect="001999" efftext="001999"/>
          <chgmsg type="AIRBUS">
               <chgdesc>CORRECTION/ADDITION/AMPLIFICATION CONNECTOR PART NUMBER
REVISED.</chgdesc>
          </chgmsg>
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] Server Engineers in the Oxfor, Daniel Newman | Thread | RE: [xsl] Problem trying to display, Michael Kay | 
| [xsl] Re:, Johannes Döbler | Date | Re: [xsl] Trying to put a <BR> in a, David Carlisle | 
| Month |