Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 10th, 2004, 03:02 PM
Authorized User
 
Join Date: Jun 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default newbie to XML

i have been reading alot about xslt and transformation
i used the next code to generate a html page, but could any one guide me into how to display product detail if a link is pressed on the middle of page

<html xmlns:fn="http://www.w3.org/2004/07/xpath-functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <head>
        <title>file : mobile phones - o2.html</title>
    </head>
    <body>
        <h1 align="center">Mobile phones - O2</h1>
        <table width="100%">
            <tr>
                <td>
                    <a href="mobile phones - o2.html">O2</a>
                    <br/>
                    <a href="mobile phones - t-mobile.html">T-mobile</a>
                    <br/>
                    <a href="mobile phones - orange.html">Orange</a>
                    <br/>
                    <a href="mobile phones - 3.html">3</a>
                    <br/>
                    <a href="mobile phones - vodaphone.html">Vodaphone</a>
                    <br/>
                    <a href="default.html">Home</a>
                </td>
                <td>Product details here</td>" i need to display info here using xml document
            </tr>
        </table>
    </body>
</html>
i'm so sorry if it is too stupid for expert like yourselves but thanx for letting me posting


 
Old January 11th, 2005, 07:59 AM
Authorized User
 
Join Date: Jan 2005
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JelfMaria
Default

Use frames in HTML or align it to center or both u can try






Similar Threads
Thread Thread Starter Forum Replies Last Post
newbie question (javascript passed in xml) mitre7 XSLT 4 December 11th, 2008 11:23 PM
XML newbie deekshan XSLT 3 July 28th, 2008 03:48 AM
Newbie: ASP.NET/XML Transformation Problem kwilliams ASP.NET 2.0 Basics 1 August 28th, 2006 02:40 PM
Newbie: Word -> XML jockster XML 0 March 18th, 2006 08:00 AM
Newbie help- filtering one XML file with another jftaylor XSLT 3 September 7th, 2005 08:15 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.