473,503 Members | 1,814 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS2005 vs XMLSpy

Hi there!
A "special" project team in our department has decided to purchase XMLSpy.
We standardize on VS2005 as our IDE and up to now everyone has used the XML
parser in VS2005.
Are there advantages to using XMLSpy over VS2005? Apparently there are
"integration diagrams" that VS2005 does not have natively.
Does someone have a link or a MVP have some comparison I could have?
Warmly
Adrian
Jan 15 '07 #1
5 3009
Gumby,

Having used both XmlSpy and vs2005, I'd sooner cut off my legs than go
without XMLSpy.

Some things that are hard to do in VS2005:

1. Xslt Transformations (just hit F10 in XMLSpy and you're ready to go).
2. GOOD XSD diagrams and Schema design.(XMLSpys are outstanding--far better
than VS2005).
3. Better PrettyPrinting with documents with no CRLFs.
4. Much easier XML editing (you can put it in a grid and just start
typing).
5. VS2005 integration--they have a plugin that replaces all of the VS20005
XML features, so you get the best of both worlds.
6. Intellisense for xslts and schemas and the xml.

Their choice for using XMLSpy is a good one. I highly recommend it.

Robert

"Gumby" <aa******@bigpond.net.auwrote in message
news:ev**************@news-server.bigpond.net.au...
Hi there!
A "special" project team in our department has decided to purchase XMLSpy.
We standardize on VS2005 as our IDE and up to now everyone has used the
XML parser in VS2005.
Are there advantages to using XMLSpy over VS2005? Apparently there are
"integration diagrams" that VS2005 does not have natively.
Does someone have a link or a MVP have some comparison I could have?
Warmly
Adrian

Jan 18 '07 #2
Depends what version of VS 2005 you are talking about, but the professional
version has built in XSLT support, with debugger, and full intellisense for
XSLT, XSD and any XML format that has associated DTD, XDR or XSD schemas.
It also has auto-formatting, schema generated dynamic XML snippets, and much
more -- see http://msdn2.microsoft.com/en-us/lib...10(VS.80).aspx.
The Express version of VS 2005 have the XML editor, but no XSLT debugger.

"Robert May" <ra****************@hotmail.comwrote in message
news:eo**************@TK2MSFTNGP03.phx.gbl...
Gumby,

Having used both XmlSpy and vs2005, I'd sooner cut off my legs than go
without XMLSpy.

Some things that are hard to do in VS2005:

1. Xslt Transformations (just hit F10 in XMLSpy and you're ready to go).
2. GOOD XSD diagrams and Schema design.(XMLSpys are outstanding--far
better than VS2005).
3. Better PrettyPrinting with documents with no CRLFs.
4. Much easier XML editing (you can put it in a grid and just start
typing).
5. VS2005 integration--they have a plugin that replaces all of the
VS20005 XML features, so you get the best of both worlds.
6. Intellisense for xslts and schemas and the xml.

Their choice for using XMLSpy is a good one. I highly recommend it.

Robert

"Gumby" <aa******@bigpond.net.auwrote in message
news:ev**************@news-server.bigpond.net.au...
>Hi there!
A "special" project team in our department has decided to purchase
XMLSpy. We standardize on VS2005 as our IDE and up to now everyone has
used the XML parser in VS2005.
Are there advantages to using XMLSpy over VS2005? Apparently there are
"integration diagrams" that VS2005 does not have natively.
Does someone have a link or a MVP have some comparison I could have?
Warmly
Adrian


Jan 19 '07 #3

"Robert May" <ra****************@hotmail.comwrote in message
news:eo**************@TK2MSFTNGP03.phx.gbl...
Gumby,

Having used both XmlSpy and vs2005, I'd sooner cut off my legs than go
without XMLSpy.

Some things that are hard to do in VS2005:

1. Xslt Transformations (just hit F10 in XMLSpy and you're ready to go).
2. GOOD XSD diagrams and Schema design.(XMLSpys are outstanding--far
better than VS2005).
3. Better PrettyPrinting with documents with no CRLFs.
4. Much easier XML editing (you can put it in a grid and just start
typing).
5. VS2005 integration--they have a plugin that replaces all of the
VS20005 XML features, so you get the best of both worlds.
6. Intellisense for xslts and schemas and the xml.

Their choice for using XMLSpy is a good one. I highly recommend it.

Robert
Thanks Robert
Jan 20 '07 #4

"Chris Lovett" <cl*****@nospam.pleasewrote in message
news:45********@news.microsoft.com...
Depends what version of VS 2005 you are talking about, but the
professional version has built in XSLT support, with debugger, and full
intellisense for XSLT, XSD and any XML format that has associated DTD, XDR
or XSD schemas. It also has auto-formatting, schema generated dynamic XML
snippets, and much more -- see
http://msdn2.microsoft.com/en-us/lib...10(VS.80).aspx. The Express
version of VS 2005 have the XML editor, but no XSLT debugger.
Thanks Chris
Jan 20 '07 #5
Liquid XML Studio contains a comprehensive graphical XSD editor, and
best of all its FREE. We've been using it for quite a bit as our
company won't stump up the cash for xmlspy. Its done pretty much
everything we've wanted it to, and our schemas are pretty complex. I
think the url is http://www.liquid-technologies.com.

Cheers James

On Jan 15, 11:23 am, "Gumby" <aadri...@bigpond.net.auwrote:
Hi there!
A "special" project team in our department has decided to purchaseXMLSpy.
We standardize on VS2005 as our IDE and up to now everyone has used the XML
parser in VS2005.
Are there advantages to usingXMLSpyover VS2005? Apparently there are
"integration diagrams" that VS2005 does not have natively.
Does someone have a link or a MVP have some comparison I could have?
Warmly
Adrian

Mar 4 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2820
by: kevin bailey | last post by:
hi there, is xmlspy way ahead of everyone else? i work on a linux workstation and use vmware/windows 2000 to work with windows based clients. i have been able to carry out a couple of basic...
0
1816
by: Lars | last post by:
Hi all, I suspect this may be a bug in XMLSpy, since IE seems to validate this XML successfully. Maybe someone here has run into this and can tell me. Problem: When I try to validate the XML...
1
2246
by: Alexey V. Dmitriev | last post by:
Hi, ALL! Try to parse my XML doc with Xerces2-J (v.2.2.0), but ErrorHandler return errors a course of this proccess. All needed features were turn on. BTW, validation under XMLSpy tool passed...
3
1640
by: kevin bailey | last post by:
hi there, since we're now using xmlspy extensively to work with xml docs i wondered if there was a NG which could be used to discuss issues more specific to xmlspy. is this the right NG to...
0
2150
by: Ray Tayek | last post by:
hi, trying to convert some csv files into xsml and pulling a few hairs out :(. using the files below. a java program will parse the csv and take care of strange names and notes that line breaks in...
2
2063
by: Patrick J. Maloney | last post by:
I received a file from a business partner. I ran it through XercesJ and it choked on the following element: <wcb-case-number>0</wcb-case-number> To debug this issue, I loaded it into XMLSPY...
2
2221
by: Jan Mueller | last post by:
Hi all, I don't know whether this is the right group, let me know :-). I tried to open this XML file (with internal DTD) with XMLSpy 2005. I guess some of you also use this tool. ...
14
1978
by: Mat| | last post by:
Hello :-) I am learning XPath, and I am trying to get child nodes of a node whose names do *not* match a given string, e.g : <dummy> <example> <title>Example 1</title> <body>this is an...
5
2885
by: Paul | last post by:
I have some code that loads and queries the web config file in the design enviroment. This worked happily pre-VS2005 and indeed is still able to load the Xml into an XmlDocument object. I am...
0
7086
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7330
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7460
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.