Skip to content

XML / XSL

Discussions on XML and related technologies

This category can be followed from the open social web via the handle xml-xsl@forum.codeproject.com

2.6k Topics 6.8k Posts
  • problem in javascript

    javascript css help
    2
    0 Votes
    2 Posts
    1 Views
    S
    Arihant rathi wrote: can any one of u tell me that for javascript problem where i should write my problem... Certainly not in the XML/XSL or the SQL / ADO / ADO.NET forum. Personally, I would try the Web development forum. "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook www.troschuetz.de
  • Hi Help me

    xml help learning
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Element does not exist in namespace...

    help question csharp visual-studio
    3
    0 Votes
    3 Posts
    0 Views
    L
    Thanks for answer, although I have succeed to solve it myself. Greetings - Gajatko Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.
  • Extra pair of eyes

    xml help question
    3
    0 Votes
    3 Posts
    0 Views
    M
    Thanks stefan for the comments, I was under the assumption that the subsequent template inherits the namespaces but I guess I was wrong. Regards.
  • Building a transform to re-structure a XML file

    tutorial xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • serialize colors and fonts in XML

    xml json tutorial
    7
    0 Votes
    7 Posts
    0 Views
    U
    we're always hiring, no shortage of applicants, you can join at your leisure. rgds phild - retiree's inc. btw I did the xml stuff yesterday oh I do free work for heart disease research - university CompSci are the politicians.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML Problem

    help xml
    2
    0 Votes
    2 Posts
    0 Views
    L
    Never tried that but wouldn't you need to generate your DataSet from the Master file?
  • Encrypting and decrypting xml files

    database visual-studio xml question
    2
    0 Votes
    2 Posts
    0 Views
    S
    There are encryption classes in .NET and also support in the Xml namespace for encrypting/signing XML. There isn't necessarily a "best method", it all depends on what you want and how you want it to work. Scott. —In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Regarding xpath expressions

    xml html com question
    2
    0 Votes
    2 Posts
    0 Views
    A
    hi guys, i solved it by myself. for everybody's reference, iter1 = iterator.Current.SelectChildren("content", "http://tools.search.yahoo.com/mrss/"); i need to include the namespace URI in the selectchildren method and it worked. Thanks Regards Anu
  • Word XML/XSLT

    database xml help tutorial csharp
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Simple Filter Question

    csharp xml help html visual-studio
    3
    0 Votes
    3 Posts
    0 Views
    G
    Duh! I've been trying various combinations, *assuming* the problem was XML (and my lack thereof) related. Stupid logic! Thanks. --G
  • XSL creation Problem

    xml question help
    2
    0 Votes
    2 Posts
    0 Views
    N
    What have you tried so far? What are you having difficulties with? only two letters away from being an asset
  • error when adding web reference

    help java csharp asp-net database
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • xml serializer

    xml question
    3
    0 Votes
    3 Posts
    0 Views
    D
    Because private means that the proprty/field/method/whatever is only visible to code inside the scope that declares it. Since an XmlSerialer class is not declared as part of your class code, it can't see inside your class. A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007
  • limited iteration

    xml help database tutorial
    5
    0 Votes
    5 Posts
    0 Views
    T
    Thanks George :) Cheers Tom Philosophy: The art of never getting beyond the concept of life. Religion: Morality taking credit for the work of luck. "The object of life is not to be on the side of the majority, but to escape finding oneself in the ranks of the insane." - Marcus Aurelius
  • Schema with Entity -- Validating Error

    csharp xml database help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Image display problem

    help xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • simple XPATH help

    xml testing beta-testing help question
    2
    0 Votes
    2 Posts
    0 Views
    S
    To return a collection (list) of nodes, you need to use the SelectNodes function. Using your example XML, to return all of the Category nodes, you need to use the following XPath query: //Category. This tells the parser to find all of the "Category" nodes that are one level below the root node. Scott. —In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]