xml

  1. Zed

    Coding a GUI creator

    As the title states I'm looking for information on coding a custom GUI creator. Basically, it should provide a grid (divided in to, say, 5x5 squares) and several 'objects' that can be placed upon it. Whatever design the user has created, is then stored as an xml in a specific hierarchy...
  2. D

    Question xml media player to play mp3

    ok so i have a tabcontrol box with a number of tabs: artist artist info song lyrics so far i have put 3 buttons on the artist tab coldplay greenday evermore when i click any of these buttons the song list appears in a listbox within the songs tab, if i select any of these songs the lyrics...
  3. S

    Question DataGridView doesn't show changes of its DataSource

    Hello everybody! My application looks like the following: 1. An XML file is read using LINQ and the result is an enumeration of objects of a specific type (i don't use anonymous types). The result is then converted with result.ToList() to a standard list and saved to a list-variable. 2. I...
  4. M

    Resolved xml element string attribute

    Need to create this in xml. <username name="first.last"> <email>first.last@mailserver.com</email> </username> My question is how to write this line of the xml. <username name="first.last"> Sample output <username d2p1:name="" xmlns:d2p1="james.ceklosky"> <email>james.ceklosky@siemens.com...
  5. S

    Question Return value of a LINQ query

    Hi everybody! I'm new here and I'm not a native speaker, so please don't be to severe ;). My XML source file: <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?> <pricelist> <item> <item_no>123</item_no> <item_description> <description1>new item...
  6. vagueante

    Windows application: Send information to WS with only wsdl and xsd as start point

    In a windows application I'm trying to connect to a webservice, and all i have is a wsdl file (i used service reference, and after import the namespace i can instantiate it), a XML file ( i suposed is in soap format, the first line starts with <soapenv:Envelope ), and an xsd file that validates...
  7. T

    RSS app sometimes works

    I've been writing a fairly simple RSS Reader... more for practice than any other reason however I found a really interesting problem that I haven't been able to get around. Most of the feeds work fine and my app is able to pull a list of items. However a couple of feeds do not pull any items...
  8. Z

    Question Displaying XML from external website

    I'm trying to display XML data from a Twitter Search on our company site. We use VB.NET for everything (no PHP) and Twitter Searches use Atom instead of RSS, making things difficult on me. As of now, my XSL is: ------- <?xml version="1.0" encoding="iso-8859-1"?> <xsl:stylesheet version="1.0"...
  9. D

    troubleshooting XML help please- a formatting problem?

    hello! i'm having a minute, but massive in its own special way, problem with the appearance of my program? a brief outline of my program just in case it helps: - VB.Net/windows XP (on virtual box as i'm on leopard OS x but that's unimportant just explains the weird screen caps!) - a quiz type...
  10. S

    Display XML Select Node values in the asp.net label

    Hi All, I have a SQL table with XML Data Type (FormXML). Please see the attached picture 1 of the SQL table for your review. The SQL table displays data fields with values: Name: John Mark CodeNum: 88 Data: 3/19/2009 12:00:00 AM FormXML: <FormXML> <DocInfo> <Check>...
  11. R

    web service xml (array hierarchy is too deep)

    vb.net 2005 web service asp.net The hierarchy of the generated wsdl (xml) has too many elements. Here is the code I started with... Public Class SalesID_Role Public SALESID As String Public VALID_ROLES() As String End Class which generates xml like... <SALESID>123456</SALESID>...
  12. L

    Displaying Google Calendar Data with datalist

    I'm relatively new to ASP.NET, but am trying to display Google Calendar events from the XML feed provided by Google in a Datalist, but am having difficulty formatting the date provided for each event. Even with the following code, the date provided by Google Calendar dipslays unformatted (e.g...
  13. A

    .NET Framework 3.5 is now supported by Aspose.Workflow for .NET

    What’s new in this release? Aspose.Workflow for .NET v1.6.0.0 now supports .NET Framework 3.5 with much more improved performance of XPDL parsing and XML Data Processing. More about Aspose.Workflow for .NET Aspose.Workflow is a .NET component which helps managing workflow applications for...
  14. O

    XElement LineNumber information

    Hi, I know that to get the line number that an element (XElement) starts at, I can use: CType(XElement, System.Xml.IXmlLineInfo).LineNumber My question is, how can I get the line number of where the element end tag is located within the XDocument? Thanks! -Jason
  15. M

    Question [2008] Problem with Nested or Multidimensional Data Structures

    Hello, Right now I'm working on parsing an XML file and storing the data I need into some form of data structure to be used in by VB.net program. Here's my code: Imports System.ComponentModel Imports System.Xml Public Class getPackageDataForm Public defaultQueue As Queue(Of String())...
  16. A

    Convert PDF to Word document formats with Aspose.Recognition

    What’s new in this release? Aspose.Recognition for .NET has come out of Beta and its first commercial release has been announced supporting many new features. You can download Aspose.Recognition to evaluate improved performance of converting PDF files to Word document formats. More about...
  17. P

    Question How do I populate a Strongly Typed DataSet with XML

    Hello, I'm using VS2008 Standard, and I am trying to populate a table in a strongly typed dataset used for the ReportViewer. I want to read in an XML file which was created manually using ds.WriteXML. The strongly typed dataset has been created to match the structure of the XML file written with...
  18. A

    Aspose PDF newsletters

    What’s new in this release? In this new release – Aspose.Pdf.Kit for .NET v.3.1, you can import comments or annotations from PDF files or XML. Another feature for crating PDF stamp with user defined appearance is also supported. More about Aspose.Pdf.Kit for .NET Aspose.Pdf.Kit is a .NET...
Back
Top