Re: Is there any use for XML in VB (or anywhere else) ?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Jim Carlock (anonymous_at_10.10.com)
Date: 02/16/04


Date: Mon, 16 Feb 2004 13:13:58 -0500

XML is a worldwide public standard, with no licensing requirements.
It is used extensively at Microsoft in the presentation of their
webpages. With it being an open standard and everyone embracing
it and it being wrapped around and with HTML standards, it's a
transitional package. I don't really use it myself, but the standards
are there, and alot of major corporations use it.

Microsoft has embraced it passionately, and you can import XML
packages into just about most other applications.

If you look at Microsoft webpages, you'll get ideas on how it can
be used and where to apply it. XL can save and read documents
in XML format. It makes a really quick and easy way to copy
things from one source to another... such as presentation through
a webpage.

One other comment... it is part of the XHTML language which is
replacing HTML. So good thing to know about.

-- 
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.
"Alan Silver" <alan-silver@nospam.thanx> wrote in message
news:7+NVK4NEIQMAFwef@nospamthankyou.spam...
In article <#jIG#IL9DHA.3880@TK2MSFTNGP11.phx.gbl>, "Jeff Johnson [MVP:
VB]" <i.get@enough.spam> writes
>
>"Alan Silver" <alan-silver@nospam.thanx> wrote in message
>news:u2eQ4sKWo5LAFw0p@nospamthankyou.spam...
>
>> No, this isn't a troll, it's a genuine question. I've never really
>> bothered looking at XML that much as I couldn't see the point.
>
>I'm looking at rewriting a mail-merge program I have developed in-house to
>make it more template-driven. Instead of inventing my own templating markup
>language and having to wirte a parser for it, I'm going to use XML.
Why do you need XML for this ? If it's just templates then surely you
would have a basic e-mail and just have placeholders for the data.
I have done this for a case-management system I wrote. It produces
letters in Word. I created Word templates and had things like
@CLIENTNAME@ in the template. The VB app did a replace on this and
substituted the client's name.
What would XML do better ? Obviously XML might not be suitable for Word
docs anyway, but I'm interested in the principle.
>I'm with you that the hype about XML still hasn't gone down to managable
>levels.
;-)
Thanx for the reply.
-- 
Alan Silver


Relevant Pages

  • Re: Structure definitions in XML
    ... XML format for C structures/definitions. ... The standard would allow for an extension ... Since XML is ASCII, there is no need for any binary representation. ... IDEs to interoperate with any compiler ...
    (comp.std.c)
  • Re: Extension by implementation instead of consensus Re: [] arrays, again
    ... a criticism of someone ELSE criticizing another person's ... what is done with XML. ... doesn't need to be a "standard". ... build alternate libraries *and the names are different* then that's ...
    (comp.lang.forth)
  • Re: What is the logic of storing XML in a Database?
    ... can't do with CSV. ... In what a header does constitute a schema. ... So a schema is the standard structure by which the user sending a file ... in much the same way that XML standards are. ...
    (comp.databases.theory)
  • Re: D3 Connectivity Demos Download
    ... 2002 IIRC and I dumped the sample VB API project shortly after then due to ... originally based on an ASCII protocol with a standard command set. ... grouped attributes of 3 values each for the client code to pick apart. ... It's not really different than calling an XML shipping API that contains ...
    (comp.databases.pick)
  • Re: Problem with processing XML
    ... standard ways things work in Python. ... If you want to stray from the standards then with some APIs ... Python than hear anyone's sermon about how great Python's other XML ... It's not about "other XML technologies", it's only about making the standard ...
    (comp.lang.python)