Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT 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 January 25th, 2005, 02:55 AM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to parse xml with an attributes of type ID

guys

thanks for help. New guy on XML stuffs

how to format an xml file with an attributes of type ID.

example
<?xml version="1.0" encoding="utf-8" ?>
<Report>
<Table>
<Vendors>
<Vendor id="1|0" >Print Media</Vendor>
<Vendor id="2|0" >Internet</Vendor>
</Vendors>
<?Table>

<Results>
<Record jobID="1">
<Vendors>
<Vendor id="1|0" >3</Vendor>
<Vendor id="2|0" >4</Vendor>
</Vendors>
</Record>
</Results>
</Reports>

................

how i display the xml file is using javascript to load both the XSLT and XML into a htm file. However, no matter how i format the XSLT, it simply cannot display

kirkpng



 
Old January 25th, 2005, 04:44 PM
Authorized User
 
Join Date: Sep 2004
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It would help to see the XSL you're using to output to HTML, since most likely that's where the problem is...






Similar Threads
Thread Thread Starter Forum Replies Last Post
Defining ID attributes Fiddleman XML 1 June 30th, 2004 09:41 AM
about XML receive by tomcatand XML parse by java taianmhzy Servlets 0 May 20th, 2004 01:59 AM
about XML receive ang XML parse by tomcat taianmhzy Apache Tomcat 0 May 20th, 2004 01:56 AM
Data Type for table ID syu SQL Server 2000 3 February 26th, 2004 11:42 AM





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