Browse by Tags

Related Posts

  • Error loading .xml file, but not .sitemap with same code?

    I am trying to load an XML file (with the .sitemap extension) and transform it with an XSLT file (I want to generate the site navigation using XSLT rather than the .NET defaults). To begin I loaded an .sitemap file and attempted to transform it with XSLT - but was unable to get any output, so attempted...
    Posted to Getting Started (Forum) by katebp on 06-15-2009, 12:00 AM
    Filed under: xml, sitemap, XSLT
  • Need to Put Line Breaks in the Product Description.

    I need to put line breaks in the product description. I'm using XML for now. My product descriptions use bullet points, so I need line breaks. I guess this would also apply to multi-paragraph descriptions. For Example, I would like to see Product Name Description - Feature 1 - Feature 2 What I get...
    Posted to Small Business Starter Kit (Forum) by casajr on 06-09-2009, 12:00 AM
    Filed under: small busines, small business, Small Business Starter Kit, smallbusiness database, XML
  • Re: XmlWriter Question

    Create the new element with CreateElement e.g. XmlElement foo = xmlDocumentInstance.CreateElement("foo"); then use methods like AppendChild or InsertBefore or InsertAfter to insert the new element as a child of another element: someXmlElement.AppendChild(foo);
    Posted to XML and XmlDataSource Control (Forum) by Martin_Honnen on 06-07-2009, 12:00 AM
    Filed under: AppendChild, DOM, xml, CreateElement
  • Move XML Node to new position using C#?

    I am trying to move an xml node to a new position in a document. I have a file which looks like... <root> < node id= "1" >textA</ node > < node id= "2" >textB</ node > < node id= "3" >textC</ node > < node id= "4" >textD<...
    Posted to XML and XmlDataSource Control (Forum) by Rushane on 06-06-2009, 12:00 AM
    Filed under: node, C#, Help in write xml, xmldocument, xml
  • Hire web developers, dedicated programmers and IT staff along with reducing development cost.

    Yes you can reduce your development cost by 25%, (i.e. down to a quarter of current cost, without compromising the work quality or failing to adhere to the deadlines. Get a dedicated IT professional for $750 Per Month with money back guarantee. Visit: Indian-ManPower.com Get economical, reliable and...
    Posted to Jobs (Forum) by raj_animator967452 on 06-05-2009, 12:00 AM
    Filed under: .net, AJAX, c#, crystal reports, CSS, Flash, J2ME, XML
  • Re: How to generate a Word Document from C# comments

    Even if you are not using SandCastle or some other tool, you can let VS2005 do part of the work for you. Important: make sure you check the XML documentation file check box on the Build tab in your project properties window. You'll get a XML that looks like this: <?xml version="1.0"...
    Posted to Free For All (Forum) by gerrylowry on 06-03-2009, 12:00 AM
    Filed under: XSLT, XML
  • Dictionary/List :: Linq/Xml :: Custom Class

    I have 2 custom classes: Theme.vb and ThemeManager.vb. Theme.vb looks like: 1 Public Class Theme 2 Private m_domain As String = String .Empty 3 Private m_name As String = String .Empty 4 5 Public Property Domain() As String 6 Get 7 Return m_domain 8 End Get 9 Set ( ByVal value As String ) 10 m_domain...
    Posted to Architecture (Forum) by scott.elliott on 06-02-2009, 12:00 AM
    Filed under: vb.net, asp.net, Custom Class, dictionary, List, linq, xml
  • ASP.NET Select From XML file based on QueryString parameter

    Hi Guys, I have an ASP.NET file called dev_news.aspx and an XML file called dev_news.xml(please see the code snippets) on the page dev_news.aspx I am displaying the entire contents of the XML file in a repeater along with the following nodes title date subtitle link each news item displayed has a "more...
    Posted to XML and XmlDataSource Control (Forum) by system.web2009 on 06-01-2009, 12:00 AM
    Filed under: ASP .net, xml
  • Re: From XmlTextReader to string

    you can use dataset to retrieved the data in xml e.g. here is the xml named testXml.xml <NewDataSet> < MainMenu > < TitleID >1</ TitleID > < Title >ASP.net</ Title > </ MainMenu > < MainMenu > < TitleID >2</ TitleID > < Title >Javascript<...
    Posted to Getting Started (Forum) by carljupiter on 05-29-2009, 12:00 AM
    Filed under: asp:xml, xml
  • Re: I need a MVC XML tutorial, please

    http://lmgtfy.com/?q=using+xml+with+asp.net+mvc You'll find a number of interesting links. Examples: http://weblogs.asp.net/jigardesai/archive/2008/02/08/xslt-transformation-in-asp-net-mvc-framework.aspx http://blogs.teamdatalogic.com/post/ASPnet-MVC-XML-View-Engine.aspx Regards, Gerry (Lowry)
    Posted to ASP.NET MVC (Forum) by gerrylowry on 05-27-2009, 12:00 AM
    Filed under: XML, "ASP.NET MVC"
Page 1 of 68 (676 items) 1 2 3 4 5 Next > ... Last »