Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~737 People Reached
Favorite Forums
Favorite Tags
xml x 7
Member Avatar for dollycharm

7. Track number of ‘All Blues’ song on ‘Kind of Blue’ CD 8. Name of second track on ‘Cookin’ CD 9. Total cost to purchase all 3 CDs (UK prices) Please see attached file for XML.... I need to have code for XSL..... I couldn't figure out for number 7 …

Member Avatar for xml_looser
0
110
Member Avatar for dollycharm

I need some help with avg... I am attached files for xml --- I am struggling.... the question i have is : 1. What is the average speed of all the dinosaurs? A. <xsl:value-of select="format-number((sum(dinosaurs/*/speed[@units='mph'])div count(dinosaurs/*/speed[@units='mph']))"/>ft it does not work... or B. <xsl:value-of select="sum(//speed) div count(//speed)" /> or C.9. <xsl:value-of …

Member Avatar for xml_looser
0
227
Member Avatar for dollycharm

Using the following data, create a well-formed XML file... Please see attached file. can you help me with xml coding with that attached file? I really need it ASAP.

Member Avatar for xml_looser
0
107
Member Avatar for dollycharm

What are some of the advantages of using XSLT and XPATH version 2.0 over their 1.0 predecessors? Any disadvantages?

Member Avatar for fpmurphy
0
72
Member Avatar for dollycharm

What is the difference between a well-formed XML document and a 'valid' XML document? What are some ways to determine if an xml document is well-formed and/or valid? (looking for websites and/or software)

Member Avatar for Narue
0
120
Member Avatar for dollycharm

[code] <?xml version="1.0" encoding="ISO-8859-1"?> <monthly> <heading>Monthly Specials at the Jazz Warehouse</heading> <body>Here are some of the latest specials from the Jazz Warehouse. Please note that all Miles Davis and John Coltrane CDs will be on sale for the month of March.</body> <line>______________________________________________________________________</line> <jazz> <subheading>Kind of Blue</subheading> <author>Miles Davis</author> <price>US: $11.99 …

Member Avatar for fpmurphy
0
101