Click here to Skip to main content
15,907,328 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: attribute vs. node Pin
Michael Dunn15-Jan-03 18:08
sitebuilderMichael Dunn15-Jan-03 18:08 
GeneralRe: attribute vs. node Pin
Michael A. Barnhart15-Jan-03 23:26
Michael A. Barnhart15-Jan-03 23:26 
GeneralRe: attribute vs. node Pin
Michael Dunn16-Jan-03 9:48
sitebuilderMichael Dunn16-Jan-03 9:48 
GeneralRe: attribute vs. node Pin
Christian Graus15-Jan-03 18:22
protectorChristian Graus15-Jan-03 18:22 
GeneralRe: attribute vs. node Pin
Stephane Rodriguez.16-Jan-03 2:07
Stephane Rodriguez.16-Jan-03 2:07 
GeneralRe: attribute vs. node Pin
Christian Graus16-Jan-03 10:17
protectorChristian Graus16-Jan-03 10:17 
GeneralSome questions about XML Pin
Marc Clifton12-Jan-03 10:52
mvaMarc Clifton12-Jan-03 10:52 
GeneralRe: Some questions about XML Pin
Christian Graus12-Jan-03 11:06
protectorChristian Graus12-Jan-03 11:06 
Marc Clifton wrote:
What problems does XML solve?

For starters, unlike a relational table, an XML file has no limits. You can create a subnode and put as many of them in as you like. XML also puts your data into a format where it can be shaped with XSL, formatted with XSLFO, verifed with XSD and rendered with SVG.

Marc Clifton wrote:
When is XML a good solution for a problem, and when isn't it?

Like any 'magic bullet', XML can be overused. But I'm not sure it ever does any harm. It's a good solution if you ever want any of the things I mentioned, and when you want to share your data.

Marc Clifton wrote:
Self-defining data structure. So what? What's a real-world example where this is actually used? It seems like a great idea, but implementation is non-trivial.

The greatest strength of XML is not when it's a free form thing that defines itself, but when you've defined a structure you want to use ( like a db schema ) and when you use the namespaces already defined, such as XSL.

XML gives you a format which makes your data easy to work with in a variety of ways, and an API for parsing/searching it that works very well when you add XPath to the equation.


Christian

No offense, but I don't really want to encourage the creation of another VB developer.
- Larry Antram 22 Oct 2002

C# will attract all comers, where VB is for IT Journalists and managers - Michael
P Butler 05-12-2002


Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not
as easily, but it's certainly doable.
- Jamie Nordmeyer - 15-Nov-2002
GeneralRe: Some questions about XML Pin
Marc Clifton12-Jan-03 14:29
mvaMarc Clifton12-Jan-03 14:29 
GeneralRe: Some questions about XML Pin
Michael A. Barnhart12-Jan-03 14:43
Michael A. Barnhart12-Jan-03 14:43 
GeneralRe: Some questions about XML Pin
Stephane Rodriguez.14-Jan-03 4:08
Stephane Rodriguez.14-Jan-03 4:08 
GeneralRe: Some questions about XML Pin
Taka Muraoka12-Jan-03 11:58
Taka Muraoka12-Jan-03 11:58 
GeneralRe: Some questions about XML Pin
Marc Clifton12-Jan-03 14:34
mvaMarc Clifton12-Jan-03 14:34 
GeneralRe: Some questions about XML Pin
me12-Jan-03 13:14
me12-Jan-03 13:14 
GeneralRe: Some questions about XML Pin
Marc Clifton12-Jan-03 14:35
mvaMarc Clifton12-Jan-03 14:35 
GeneralRe: Some questions about XML Pin
me12-Jan-03 16:03
me12-Jan-03 16:03 
GeneralRe: Some questions about XML Pin
Michael A. Barnhart12-Jan-03 14:19
Michael A. Barnhart12-Jan-03 14:19 
GeneralRe: Some questions about XML Pin
Marc Clifton12-Jan-03 14:42
mvaMarc Clifton12-Jan-03 14:42 
GeneralRe: Some questions about XML Pin
Michael A. Barnhart12-Jan-03 14:52
Michael A. Barnhart12-Jan-03 14:52 
GeneralRe: Some questions about XML Pin
Stephane Rodriguez.14-Jan-03 1:58
Stephane Rodriguez.14-Jan-03 1:58 
GeneralQuestion on xml encoding in C#, Pin
Bugoy9-Jan-03 10:29
Bugoy9-Jan-03 10:29 
GeneralRe: Question on xml encoding in C#, Pin
Michael A. Barnhart11-Jan-03 12:25
Michael A. Barnhart11-Jan-03 12:25 
QuestionHow to convert data in MFC object to XML Pin
The_wind8-Jan-03 19:21
The_wind8-Jan-03 19:21 
AnswerRe: How to convert data in MFC object to XML Pin
Michael A. Barnhart11-Jan-03 12:27
Michael A. Barnhart11-Jan-03 12:27 
GeneralUsing MSXML from C++ Pin
me7-Jan-03 19:35
me7-Jan-03 19:35 

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.