XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
John TurnerSubject: Edit an xsl file
Author: John Turner
Date: 21 Oct 2005 11:34 AM
I am trying to create a PO in Oracle E-Bus Suite. Believe it or not Oracle hasn't solved this problem in-house!! All I am looking to do initially, is add a logo to an existing xst file so that it can be uploaded. Eventually, I will need to link an xml data file and modify form fields etc. Please help!!

Posttop
(Deleted User) Subject: Edit an xsl file
Author: (Deleted User)
Date: 21 Oct 2005 12:00 PM
I am assuming you have XML data and you are generating HTML page from this data using XSLT. If this is the case, adding logo image to the
output HTML can be done by inserting HTML <img> tag into XSLT:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="/">
<img src="C:\dell\drivers\R51197\infupd.bmp"/>
</xsl:template>
</xsl:stylesheet>

Take a look at our 4 video tutorials at :

http://www.stylusstudio.com/learn_xslt.html

probably you'll find our WYSIWYG editor useful.


 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.