Click here to Skip to main content
15,914,608 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHelp with assignment question please! Pin
R0ssini9-Jan-06 11:30
R0ssini9-Jan-06 11:30 
AnswerRe: Help with assignment question please! Pin
Christian Graus9-Jan-06 11:55
protectorChristian Graus9-Jan-06 11:55 
GeneralRe: Help with assignment question please! Pin
R0ssini9-Jan-06 12:03
R0ssini9-Jan-06 12:03 
GeneralRe: Help with assignment question please! Pin
Christian Graus9-Jan-06 12:09
protectorChristian Graus9-Jan-06 12:09 
GeneralRe: Help with assignment question please! Pin
R0ssini9-Jan-06 12:23
R0ssini9-Jan-06 12:23 
GeneralRe: Help with assignment question please! Pin
Christian Graus9-Jan-06 12:26
protectorChristian Graus9-Jan-06 12:26 
GeneralRe: Help with assignment question please! Pin
R0ssini9-Jan-06 12:37
R0ssini9-Jan-06 12:37 
GeneralRe: Help with assignment question please! Pin
R0ssini11-Jan-06 0:47
R0ssini11-Jan-06 0:47 
Christian, I have found a good example of a CD catalog I may use to help me. The code is as follows:


-
- <catalog>
- <cd>
<title>Empire Burlesque
<artist>Bob Dylan
<country>USA
<company>Columbia
<price>10.90
<year>1985

- <cd>
<title>Hide your heart
<artist>Bonnie Tyler
<country>UK
<company>CBS Records
<price>9.90
<year>1988

- <cd>
<title>Greatest Hits
<artist>Dolly Parton
<country>USA
<company>RCA
<price>9.90
<year>1982

- <cd>
<title>Still got the blues
<artist>Gary Moore
<country>UK
<company>Virgin records
<price>10.20
<year>1990

- <cd>
<title>Eros
<artist>Eros Ramazzotti
<country>EU
<company>BMG
<price>9.90
<year>1997

- <cd>
<title>One night only
<artist>Bee Gees
<country>UK
<company>Polydor
<price>10.90
<year>1998

- <cd>
<title>Sylvias Mother
<artist>Dr.Hook
<country>UK
<company>CBS
<price>8.10
<year>1973

- <cd>
<title>Maggie May
<artist>Rod Stewart
<country>UK
<company>Pickwick
<price>8.50
<year>1990

- <cd>
<title>Romanza
<artist>Andrea Bocelli
<country>EU
<company>Polydor
<price>10.80
<year>1996

- <cd>
<title>When a man loves a woman
<artist>Percy Sledge
<country>USA
<company>Atlantic
<price>8.70
<year>1987

- <cd>
<title>Black angel
<artist>Savage Rose
<country>EU
<company>Mega
<price>10.90
<year>1995

- <cd>
<title>1999 Grammy Nominees
<artist>Many
<country>USA
<company>Grammy
<price>10.20
<year>1999

- <cd>
<title>For the good times
<artist>Kenny Rogers
<country>UK
<company>Mucik Master
<price>8.70
<year>1995

- <cd>
<title>Big Willie style
<artist>Will Smith
<country>USA
<company>Columbia
<price>9.90
<year>1997

- <cd>
<title>Tupelo Honey
<artist>Van Morrison
<country>UK
<company>Polydor
<price>8.20
<year>1971

- <cd>
<title>Soulsville
<artist>Jorn Hoel
<country>Norway
<company>WEA
<price>7.90
<year>1996

- <cd>
<title>The very best of
<artist>Cat Stevens
<country>UK
<company>Island
<price>8.90
<year>1990

- <cd>
<title>Stop
<artist>Sam Brown
<country>UK
<company>A and M
<price>8.90
<year>1988

- <cd>
<title>Bridge of Spies
<artist>T'Pau
<country>UK
<company>Siren
<price>7.90
<year>1987

- <cd>
<title>Private Dancer
<artist>Tina Turner
<country>UK
<company>Capitol
<price>8.90
<year>1983

- <cd>
<title>Midt om natten
<artist>Kim Larsen
<country>EU
<company>Medley
<price>7.80
<year>1983

- <cd>
<title>Pavarotti Gala Concert
<artist>Luciano Pavarotti
<country>UK
<company>DECCA
<price>9.90
<year>1991

- <cd>
<title>The dock of the bay
<artist>Otis Redding
<country>USA
<company>Atlantic
<price>7.90
<year>1987

- <cd>
<title>Picture book
<artist>Simply Red
<country>EU
<company>Elektra
<price>7.20
<year>1985

- <cd>
<title>Red
<artist>The Communards
<country>UK
<company>London
<price>7.80
<year>1987

- <cd>
<title>Unchain my heart
<artist>Joe Cocker
<country>USA
<company>EMI
<price>8.20
<year>1987



However, when I try loading this in IE, shouldn't IE be able to render these XML files? Shouldn't there be red + and - symbols which when clicked expand/collapse the contents? The code is found at the following link: www.w3schools.com/xml/cd_catalog.xml. But when I try copying it into notepad or wordpad the + and - symbols go missing Confused | :confused: Help please!
GeneralRe: Help with assignment question please! Pin
R0ssini11-Jan-06 0:51
R0ssini11-Jan-06 0:51 
GeneralRe: Help with assignment question please! Pin
R0ssini11-Jan-06 0:58
R0ssini11-Jan-06 0:58 
GeneralRe: Help with assignment question please! Pin
Itech Consulting26-Jan-06 15:03
Itech Consulting26-Jan-06 15:03 
GeneralRe: Help with assignment question please! Pin
Itech Consulting26-Jan-06 15:06
Itech Consulting26-Jan-06 15:06 
AnswerRe: Help with assignment question please! Pin
Mike Burroughs12-Jan-06 14:57
Mike Burroughs12-Jan-06 14:57 
GeneralRe: Help with assignment question please! Pin
R0ssini13-Jan-06 14:53
R0ssini13-Jan-06 14:53 
QuestionProblem with xslt. Pin
Chetan Ranpariya5-Jan-06 18:54
Chetan Ranpariya5-Jan-06 18:54 
QuestionInsert string to Bitmap path? Pin
SpeBeeTo5-Jan-06 14:03
SpeBeeTo5-Jan-06 14:03 
AnswerRe: Insert string to Bitmap path? Pin
Curtis Schlak.6-Jan-06 7:31
Curtis Schlak.6-Jan-06 7:31 
GeneralRe: Insert string to Bitmap path? Pin
SpeBeeTo6-Jan-06 19:37
SpeBeeTo6-Jan-06 19:37 
QuestionGrouping different wordml paragraph styles under one parent node in xml Pin
gandhiaryah4-Jan-06 5:27
gandhiaryah4-Jan-06 5:27 
QuestionUsing Two &quot;group-adjacent&quot; Pin
gandhiaryah4-Jan-06 2:36
gandhiaryah4-Jan-06 2:36 
Questiondirecting to a root directory in xml Pin
SpeBeeTo3-Jan-06 12:09
SpeBeeTo3-Jan-06 12:09 
AnswerRe: directing to a root directory in xml Pin
Curtis Schlak.3-Jan-06 12:14
Curtis Schlak.3-Jan-06 12:14 
QuestionConver XML data To Excelsheet Pin
Chetan Ranpariya2-Jan-06 17:43
Chetan Ranpariya2-Jan-06 17:43 
QuestionGrouping XML Elements using XSLT Pin
gandhiaryah28-Dec-05 19:57
gandhiaryah28-Dec-05 19:57 
AnswerRe: Grouping XML Elements using XSLT Pin
Michael Flanakin29-Dec-05 3:54
Michael Flanakin29-Dec-05 3:54 

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.