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
  • Display a WAP site on a mobile phone

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Exception: Illegal characters in path.

    4
    0 Votes
    4 Posts
    0 Views
    D
    If he really want to get xml form string not from file - yes. "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
  • how to update mySQL by providing XML file ?

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • inserting MS Office OLE objects in html

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • DataTable.ReadXml

    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Something like CodeProject Eidtor

    3
    0 Votes
    3 Posts
    0 Views
    A
    I want to implement html tags like if there are tags in data in the format of "<t;>t;" It should convert them to <> and also make them to affact as we have for bold It should be bold, Understand? If not plz ask me again
  • Use of XSL Variable or Param

    xml help question
    6
    0 Votes
    6 Posts
    0 Views
    M
    Try this, it should return true or false: Then you should be able to use the value like in your example above.
  • MSXML6

    2
    0 Votes
    2 Posts
    0 Views
    D
    Looks like a simple mistake in a definition. It should look this way: Dim xmlDoc As New Msxml2.DOMDocument30 Dim currNode As IXMLDOMNode // interface, no MSXML2. at the start Look at the 2nd code snippet at: http://msdn2.microsoft.com/en-us/library/ms765513.aspx ------------------------- Don't worry, be happy :o)
  • XPATH and concat

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Add Comma's in Integer field

    xml html database com tools
    3
    0 Votes
    3 Posts
    0 Views
    G
    Thanks so much, that definetly helped!! Kind Regards, Gary My Website || My Blog || My Articles
  • xml version 6.0

    xml announcement
    3
    0 Votes
    3 Posts
    0 Views
    W
    yes. i want to change MSXML2 in MSXML6. Dim xmlDoc As New MSXML2.DOMDocument6.0 Dim objNodeList As MSXML2.IXMLDOMNodeList6.0 Dim objNode As MSXML2.IXMLDOMNode6.0 the error: the type MSXML2.IXMLDOMNode is not defined. i must use MSXML6. thanks
  • using position()

    help question
    2
    0 Votes
    2 Posts
    0 Views
    R
    i found an answer. I assign the value of position() to a variable called pos and use and now it's working fine. Russ
  • Only Selected portion of XML to Ecel

    xml help csharp html database
    2
    0 Votes
    2 Posts
    0 Views
    N
    Store the manipulated data in another dataset and then transfer that data alone.
  • 0 Votes
    2 Posts
    0 Views
    G
    Select * from sometable for xml auto, elements Kind Regards, Gary My Website || My Blog || My Articles
  • XSLT Permomance : for-each vs apply-templates

    csharp visual-studio wpf xml tutorial
    2
    0 Votes
    2 Posts
    0 Views
    G
    The XSL Elements, xsl:for-each and xsl:apply-templates, performance is not that important in my honest opinion. I use xsl:for-each for simple processing requirements, and xsl:apply-templates for more demanding functional processing. Overuse of xsl:for-each will complicate your code and make it harder to debug. Also, there are some things you cannot do with xsl:for-each but you can do with xsl:apply-templates. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • String in XSLT

    csharp xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • DataSet in XSLT

    database csharp xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • MSXML 5.0 SDK

    question
    5
    0 Votes
    5 Posts
    0 Views
    A
    Thanks for that information on the .NET namespace, with all respect I was already aware of that namespace, but I am not using .NET and cannot in the application for which I am writing. I am presently investigating the Apache library.
  • Merging 2 XML documents

    database xml csharp
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • passing array as argument in XSLt

    csharp data-structures xml question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied