Click here to Skip to main content
16,005,389 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: A beginner question Pin
RockRock20-Feb-05 19:00
RockRock20-Feb-05 19:00 
GeneralRe: A beginner question Pin
Phil Hobgen20-Feb-05 20:08
Phil Hobgen20-Feb-05 20:08 
GeneralRe: A beginner question Pin
RockRock20-Feb-05 22:33
RockRock20-Feb-05 22:33 
GeneralXMI Pin
CSharpBala18-Feb-05 5:24
CSharpBala18-Feb-05 5:24 
GeneralRe: XMI Pin
Phil Hobgen20-Feb-05 7:14
Phil Hobgen20-Feb-05 7:14 
GeneralRe: XMI Pin
CSharpBala24-Feb-05 3:24
CSharpBala24-Feb-05 3:24 
GeneralIXMLDOMSchemaCollectionPtr->add() Pin
bandonet17-Feb-05 3:46
bandonet17-Feb-05 3:46 
GeneralXSLT Question Pin
dotnetquery16-Feb-05 22:15
dotnetquery16-Feb-05 22:15 
I have a XML File of the format

<br />
<CRICKET><br />
	<TEAM Name="INDIA"><br />
		<PLAYER>India Player 1</PLAYER><br />
		<PLAYER>India Player 2</PLAYER><br />
		<PLAYER>India Player 3</PLAYER><br />
		<PLAYER>India Player 4</PLAYER><br />
		<PLAYER>India Player 5</PLAYER><br />
		<PLAYER>India Player 6</PLAYER><br />
		<PLAYER>India Player 7</PLAYER><br />
		<PLAYER>India Player 8</PLAYER><br />
		<PLAYER>India Player 9</PLAYER><br />
		<PLAYER>India Player 10</PLAYER><br />
	</TEAM><br />
	<TEAM Name="PAKISTAN"><br />
		<PLAYER>Pakistan Player 1</PLAYER><br />
		<PLAYER>Pakistan Player 2</PLAYER><br />
		<PLAYER>Pakistan Player 3</PLAYER><br />
		<PLAYER>Pakistan Player 4</PLAYER><br />
		<PLAYER>Pakistan Player 5</PLAYER><br />
		<PLAYER>Pakistan Player 6</PLAYER><br />
		<PLAYER>Pakistan Player 7</PLAYER><br />
		<PLAYER>Pakistan Player 8</PLAYER><br />
		<PLAYER>Pakistan Player 9</PLAYER><br />
		<PLAYER>Pakistan Player 10</PLAYER><br />
	</TEAM><br />
</CRICKET><br />


I want to print this file in a tabular format with the name of the country in te header and the name of the players as rows. That is in a tabular format. Below the name of the country there should be the name of the players. Can anyone help me.
GeneralRe: XSLT Question Pin
Phil Hobgen20-Feb-05 8:56
Phil Hobgen20-Feb-05 8:56 
QuestionHow do I add a DOCTYPE declaration in XML using MSXML in Visual C++? Pin
IronMike16-Feb-05 21:38
IronMike16-Feb-05 21:38 
AnswerRe: How do I add a DOCTYPE declaration in XML using MSXML in Visual C++? Pin
Phil Hobgen21-Feb-05 10:45
Phil Hobgen21-Feb-05 10:45 
GeneralProcessing Instruction Pin
johnsaxton14-Feb-05 8:53
johnsaxton14-Feb-05 8:53 
GeneralRe: Processing Instruction Pin
Phil Hobgen14-Feb-05 23:13
Phil Hobgen14-Feb-05 23:13 
GeneralRe: Processing Instruction Pin
johnsaxton15-Feb-05 3:31
johnsaxton15-Feb-05 3:31 
GeneralRe: Processing Instruction Pin
johnsaxton15-Feb-05 3:36
johnsaxton15-Feb-05 3:36 
GeneralRe: Processing Instruction Pin
Phil Hobgen15-Feb-05 4:43
Phil Hobgen15-Feb-05 4:43 
GeneralRe: Processing Instruction Pin
johnsaxton15-Feb-05 6:59
johnsaxton15-Feb-05 6:59 
GeneralHandling a local XML file Using A Server Side Web Application Pin
parv_haghy12-Feb-05 6:41
parv_haghy12-Feb-05 6:41 
GeneralRe: Handling a local XML file Using A Server Side Web Application Pin
Wilbur J. Pereira13-Feb-05 7:46
Wilbur J. Pereira13-Feb-05 7:46 
GeneralHandling a local XML file Using A Server Side Web Application Pin
Anonymous12-Feb-05 6:28
Anonymous12-Feb-05 6:28 
Generalgenerating xml file from existing schema in C# Pin
saima azeemi11-Feb-05 23:28
saima azeemi11-Feb-05 23:28 
GeneralXmlTextWriter 101 Pin
Kenny O'Dell11-Feb-05 9:12
Kenny O'Dell11-Feb-05 9:12 
GeneralRe: XmlTextWriter 101 Pin
Phil Hobgen11-Feb-05 23:33
Phil Hobgen11-Feb-05 23:33 
GeneralShow XML as excel sheet Pin
Anonymous11-Feb-05 8:10
Anonymous11-Feb-05 8:10 
GeneralRe: Show XML as excel sheet Pin
Wilbur J. Pereira13-Feb-05 8:21
Wilbur J. Pereira13-Feb-05 8:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.