473,413 Members | 1,718 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

XML Designer?

Does VS 2008 have a good XML designer to work with XML data, schemas,
etc...?

Any tools to easily add, edit and delete data from an XML file?

This is new to me....

Thanks!
Jun 27 '08 #1
6 1122
See XML Notepad
Patrick

"Cirene" <ci****@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Does VS 2008 have a good XML designer to work with XML data, schemas,
etc...?

Any tools to easily add, edit and delete data from an XML file?

This is new to me....

Thanks!

Jun 27 '08 #2
>Does VS 2008 have a good XML designer to work with XML data, schemas,
>etc...?
Yes, quite nice support - you get intellisense in VS2008 when editing
and building an XSD (schema) or XSLT file - very handy indeed !

Marc
Jun 27 '08 #3
Don't think that's what they were looking for. I think they wanted a visual
designer like the asp.net designer of some sorts. The best I know of,
Microsoft took the xml designer that was in vs2005 out and never put it in
vs2008. I guess they are working on a new one that is supposed to be
included in a later version... vs2008 sp1 hopefully...
"Marc Scheuner" <no*****@for.mewrote in message
news:fi********************************@4ax.com...
Does VS 2008 have a good XML designer to work with XML data, schemas,
etc...?

Yes, quite nice support - you get intellisense in VS2008 when editing
and building an XSD (schema) or XSLT file - very handy indeed !

Marc

Jun 27 '08 #4
:( Yes. It seems like it was there in 2005. I am a XML beginner and have
a GUI interface would be quite handy.

I was thinking that I could just put an XMLdatasource control on a webform,
drop a gridview control (or similar) on it and be able to add, edit, insert
and delete XML data. But, I guess I was wishing too much.

"Andy B" <a_*****@sbcglobal.netwrote in message
news:O0**************@TK2MSFTNGP02.phx.gbl...
Don't think that's what they were looking for. I think they wanted a
visual designer like the asp.net designer of some sorts. The best I know
of, Microsoft took the xml designer that was in vs2005 out and never put
it in vs2008. I guess they are working on a new one that is supposed to be
included in a later version... vs2008 sp1 hopefully...
"Marc Scheuner" <no*****@for.mewrote in message
news:fi********************************@4ax.com...
>Does VS 2008 have a good XML designer to work with XML data, schemas,
etc...?

Yes, quite nice support - you get intellisense in VS2008 when editing
and building an XSD (schema) or XSLT file - very handy indeed !

Marc


Jun 27 '08 #5
The good thing is that you can run Visual Studio 2005 alongside Visual
Studio 2008. That way you can use the designer in 2005 and export the xml
files it creates into the 2008 project. That is what I have seen people
recommend when I did a search on it with both google and live search. This
would be quite agravating though and I probably wouldn't do anything of the
sort unless you had to have it (like it was your xml lifeline or something).
I did do another search for xml designer in vs2008 and found a ctp release
of xml designer for vs2008, but it was really old. Not for sure if they
abandoned the designer issue or not.
"Cirene" <ci****@nowhere.comwrote in message
news:Oo**************@TK2MSFTNGP06.phx.gbl...
:( Yes. It seems like it was there in 2005. I am a XML beginner and
have a GUI interface would be quite handy.

I was thinking that I could just put an XMLdatasource control on a
webform, drop a gridview control (or similar) on it and be able to add,
edit, insert and delete XML data. But, I guess I was wishing too much.

"Andy B" <a_*****@sbcglobal.netwrote in message
news:O0**************@TK2MSFTNGP02.phx.gbl...
>Don't think that's what they were looking for. I think they wanted a
visual designer like the asp.net designer of some sorts. The best I know
of, Microsoft took the xml designer that was in vs2005 out and never put
it in vs2008. I guess they are working on a new one that is supposed to
be included in a later version... vs2008 sp1 hopefully...
"Marc Scheuner" <no*****@for.mewrote in message
news:fi********************************@4ax.com.. .
>>Does VS 2008 have a good XML designer to work with XML data, schemas,
etc...?

Yes, quite nice support - you get intellisense in VS2008 when editing
and building an XSD (schema) or XSLT file - very handy indeed !

Marc



Jun 27 '08 #6
na na its not as easy as that
See this at :
XMLEmend
http://aspalliance.com/articleViewer.aspx?aId=59&pId=
Sure you will be happy when you see this.

Patrick
"Cirene" <ci****@nowhere.comwrote in message
news:Oo**************@TK2MSFTNGP06.phx.gbl...
:( Yes. It seems like it was there in 2005. I am a XML beginner and
have a GUI interface would be quite handy.

I was thinking that I could just put an XMLdatasource control on a
webform, drop a gridview control (or similar) on it and be able to add,
edit, insert and delete XML data. But, I guess I was wishing too much.

"Andy B" <a_*****@sbcglobal.netwrote in message
news:O0**************@TK2MSFTNGP02.phx.gbl...
>Don't think that's what they were looking for. I think they wanted a
visual designer like the asp.net designer of some sorts. The best I know
of, Microsoft took the xml designer that was in vs2005 out and never put
it in vs2008. I guess they are working on a new one that is supposed to
be included in a later version... vs2008 sp1 hopefully...
"Marc Scheuner" <no*****@for.mewrote in message
news:fi********************************@4ax.com.. .
>>Does VS 2008 have a good XML designer to work with XML data, schemas,
etc...?

Yes, quite nice support - you get intellisense in VS2008 when editing
and building an XSD (schema) or XSLT file - very handy indeed !

Marc



Jun 27 '08 #7

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

Similar topics

9
by: James Geurts | last post by:
Hey all... I posted this in the vs.net ide group too, but people are not answering, so I figured that it might be more appropriate here. I'm not sure if I'm adding a designer to my code properly. ...
19
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
4
by: Dave Taylor | last post by:
I've been using the dataset designer in Visual Studio to create typed datasets for my application by dragging over tables from the Server Explorer and dropping them into the designer. The problem...
4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
3
by: Tin Gherdanarra | last post by:
A colleague gave me a project where there was a /designer/ window for database connectivity (drag&drop from the toolbox), but I can't find out how to get a /designer/ window in my own project....
4
by: ThunderMusic | last post by:
Hi, I have a custom form that works fine when I debug it or run it in release mode but cannot be loaded in the designer... Actually, it can be loaded in the designer when no control is on it, but...
13
by: cj | last post by:
In a project done in 2003 about a year ago I was told to add the SocketWrench code below into the Windows Form Designer generated code area as shown below. #Region " Windows Form Designer...
2
by: dejavue82 | last post by:
Does anybody know how to resolve the following errors? They were caused by the designer.cs file that was auto-generated by the LINQ to SQL designer. I am using the March 2007 Orcas CTP version of...
8
by: TomC | last post by:
I want to bypass the Windows Form Designer in VS, to create a form programmatically. The elements of the form are to be arranged in a table, and I want the size of the table (and therefore the...
4
by: Goran Djuranovic | last post by:
Hi all, I am experiencing a strange thing happening with a "designer.vb" page. Controls I manually declare in this page are automatically deleted after I drop another control on a ".aspx" page. -...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...

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.