Share via


XML Projects

Now that Whidbey is almost out the door, we've started planning our next release.  A number of customers have told us that they would like to have XML Projects.  However, nobody explained exactly what that meant.  So I'd like to investigate this a bit further.  Do you have a need for an XML Project?  If so, what kind of functionality are you looking for, is it just a collection of files or something more?  Would you need a generic XML project or various flavors - XSLT, XSD, etc.?

Stan Kitsis

Comments

  • Anonymous
    July 27, 2005
    Not that I was asking, but I would assume that people are asking for XMLSpy-like functionality built into VS.NET.
  • Anonymous
    July 27, 2005
    No need for such a thing here.

    I'm guessing that maybe such request are from people who really don't know what they want.

    Maybe they just want a checkbox that will automatically add Imports/Using System.Xml?

    :)
  • Anonymous
    July 27, 2005
    I'm not sure what's meant by XML Project, but I'd love to see an XSL debugger included with VS.
  • Anonymous
    July 27, 2005
    I think what customers are looking for is Altova's XmlSpy functionality within Visual Studio.
  • Anonymous
    July 27, 2005
    An XML project should pre-compile XSDs (generate strongly-typed XmlReaders maybe that only validate a given structure, boosting performance) and XSLT (generating the IL for the stylesheets for me to use directly as a class from referencing projects).
    I'm not sure if I'll need separate projects for them, though....
  • Anonymous
    July 27, 2005
    An XML project should pre-compile XSDs (generate strongly-typed XmlReaders maybe that only validate a given structure, boosting performance) and XSLT (generating the IL for the stylesheets for me to use directly as a class from referencing projects).
    I'm not sure if I'll need separate projects for them, though....
  • Anonymous
    July 27, 2005
    look at xmlspy
  • Anonymous
    July 27, 2005
    I'm pretty sure your customers are looking for better XSLT support eg. ability to design XSL transformation's with a graphical user interface:

    Transform xml to another xml file (mabe pickup destination schema from another xml on the way) and be able to graphically drag from source to destination and in the background generate xsl file that can be reused for this transformation.

    Support for transformation of xml to html/text output using the same type of interface would be nice.
  • Anonymous
    July 27, 2005
    Take a look at xmlspy enterprise edition, we basicly want that ;)
  • Anonymous
    July 28, 2005
    Is there a download for the XML library for
    my 2003 MS Business Offic Word. Why only on the XP Professional 2003? I need for my archiving business.

    Rita
  • Anonymous
    July 28, 2005
    This may not be what you are asking for but I would like an update to MSXML4 with enhanced XSLT support integrated into (or a plug-in for) Internet Explorer 6. Either a version natively supporting EXSLT or some subset of XSLT 2.0
    My work is all client-side XSLT transformations in a web browser.
    Thanks
  • Anonymous
    July 28, 2005
    What XML Projects? Are you looking for ideas or something?
  • Anonymous
    July 30, 2005
    Looking for suggestions on a great training book; step by step; how to create and map an excel file. (even from access to excel).

    Each month I have to pull data from an SQL statement or access -- put it in a summary report as well as prepare individual excel files to show individual sales performance reports.

    I think that I can automate this with XML; but have not found good examples of this...and have not had time to just play with it...... does anyone know of any examples or templates or books out there??

    Thanks!
  • Anonymous
    August 01, 2005
    I'm not sure if I'm understanding the question correclty, but it would be nice to have a set of small projects that help introduce key classes of the xml namespace. Nothing really overly complicated and nothing simply trivial. Because the hardest part of learning a new namespace is having relevant real-world projects to assoicated the classes with...
  • Anonymous
    August 03, 2005
    I need XmlProject for Xml Schemas design.
    SOA requires several XmlSchemas that make a all, XmlSchema's <imports> & <include> should be manage at a project level.
    Beside Xml Schemas project the target is
    >> Web Service DataContract design
    >> Business entity Code generation ( from DataContract )
    >> SQL Server 2005 Schemas collection management & XQuery

    regards
    brice
  • Anonymous
    August 03, 2005
    I'd like to learn how to use the new visual tools in VS2005 to create a web interface capable of reading and updating data stored in an XML file located on the server. An XML project template might generate and preconfigure an .aspx webform with a datagrid bound to navigation buttons, as well as an XML data connection pointing to a sample XML document such as books.xml.
  • Anonymous
    August 04, 2005
    This is a good idea having XML projects in msdn. There are many resourced sor XML now but we have to organise these things in to a single project so that by seeing that project itself we have to get an idea abt every keywords and concepts in xml.Every thing should be organised in a single project or groups of project.
  • Anonymous
    August 04, 2005
    Doing SOA require to clearly manage your DataContract. A Xml Project will be for me the place where i can set all the XmlSchema that i need with fix relative path for all <include> and <import>.
    With SQL Server 2005 this project will be also a way to manage the Xml_Schemas_Collection that should be set for typed Xml ( using include in XmlSchema require to pre-process the schema to be Sql Server 2005 compliant )
    Regards
  • Anonymous
    August 07, 2005
    I WANT A SMALL PROJECT ON XML AND XSLT
  • Anonymous
    August 11, 2005
    Absolutely Yes,
    I would like to know on how we can create applicationos using XSD. Please provide any further information.
    How can I use XSD and XML to generate a web application like shopping cart.
  • Anonymous
    August 12, 2005
    They might be thinking of something like Altova's XML Spy where you can navigate the XML tree hierarchically instead of as datatables :-)

    I'd like to see better visualization for data, alongwith some schema validators and so forth.

    I'm still not completely sure this requires a separate "XML Project" though
  • Anonymous
    August 12, 2005
    I would like to be able to create a new project specifically to focus on building XSLT transformations... Often, on more complication transformations, I'll collect quite a pile of sample files, XSLT snippets I'm spiking, etc.
  • Anonymous
    August 15, 2005
    I think it would be a good feature for working with Xml. The big picture is that between XSD, XSLT, serialization, XPath, Dom, etc, there's a large surface area to the XML technology. I think an "Xml Project" would be a collection of highly-integrated tools to make it easy to dance across this large surface area.

    Some specific things you could include:
    - It's great that you can debug an existing XSLT, but it would be very useful to have a builder for XSLT in the first place.
    - Better builder for XSD. I notice VS lets you build an XSD with a relational database model; but it sometimes it's more clear to build it from a Context-Free-Grammar model.
    - Helper building an XML serializable classes. Eg, helper to include the right Custom attributes to serialize XML classes the way I want. Debug support for xml serialization.
    - XPath Query builder and tester. Help me build complex queries and debug why my query failed.
    - System.Xml is advertised to be very extensible, but in practice is not. (XmlReader has 25+ abstract methods). Perhaps some help in extending stuff like XmlReader or writing your own XmlWriters? Maybe wizard + code-snippets?
  • Anonymous
    August 24, 2005
    The comment has been removed
  • Anonymous
    June 16, 2009
    PingBack from http://fixmycrediteasily.info/story.php?id=18114