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
  • XSD problem

    xml question database com help
    2
    0 Votes
    2 Posts
    0 Views
    S
    You need to namespace qualify the type references - you declare them in your target namespace, but when you reference them, don't mention that namespace. You can either use explicit namespace references or (and this is easier) use your target namespace as the default namespace for the schema. Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
  • Use XML code into MS Word 2007 document

    html com xml help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML Validation using XSD

    xml help tutorial question
    6
    0 Votes
    6 Posts
    0 Views
    S
    Sounds like either the flat-files coming with entity encoding already done, or the converters doing the encoding twice. You can't fix that once you're in the XML domain - the original text might have been '! Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
  • MSXML2.serverXMLHTTP.4.0

    xml announcement wcf com sysadmin
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XercesDomParser

    c++ xml json performance tutorial
    6
    0 Votes
    6 Posts
    0 Views
    S
    Set the filter in the createTreeWalker method call. VVVimal wrote: you also mentioned "From the root node, apply an XPath of "//Locomotive " what does it mean Using an XPath[^] library such as Xalan[^] or XQilla[^], you apply an XPath evaluator class to the DOM. That will give you an iterator that'll go through the nodes that match the XPath expression you gave to the XPath evaluator. Read up on XPath - it's a very useful tool to know how to use. Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
  • 0 Votes
    8 Posts
    0 Views
    C
    This one is not valid XML. Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
  • help

    csharp help
    5
    0 Votes
    5 Posts
    0 Views
    L
    Actually a brilliant answer :laugh:
  • Problem with XML for Adrotator

    csharp help asp-net com
    4
    0 Votes
    4 Posts
    0 Views
    T
    No problem at all :thumbsup: My Blog: This Blog
  • how to code a savefile dialog in vb.net

    csharp tutorial
    2
    0 Votes
    2 Posts
    0 Views
    L
    ndumy wrote: 'xmldoc.Save( filepath ) I don't know much about VB but that line looks suspiciously like a comment.
  • Help

    csharp linq graphics xml help
    6
    0 Votes
    6 Posts
    0 Views
    L
    Well I downloaded your code and it works fine. EXCEPT, this is a WinForms application and you are displaying the information via Console.WriteLine so all the output is going to the console output window rather than being displayed in your windows form. I would suggest that you spend some more time learning how to use WinForms applications before proceeding further.
  • How to code special characters in xsl

    csharp asp-net testing beta-testing xml
    2
    0 Votes
    2 Posts
    0 Views
    S
    I suspect CDATA sections[^] will be useful for this. Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
  • Import a C# textbox value into a XSLT to generate a .aspx page

    xml csharp help
    2
    0 Votes
    2 Posts
    0 Views
    S
    Add a parameter at the top level of the XSLT file: <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="xsl"> <!-- Allow the user to specify the .cs filename --> <xsl:param name="CSFilename"/> <!-- The rest of your XSLT - use $CSFilename to access the .cs filename --> </xsl:stylesheet> You then use the XsltArgumentList[^] class to add the parameter values when you perform the transform. Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
  • Reference a node or an element in one .xml file in another

    xml
    5
    0 Votes
    5 Posts
    0 Views
    A
    Thanks a lot for your help :) Regards, Nancy
  • XML in Word 2007

    xml csharp database testing
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to load xml file in mozillla

    javascript html tools xml help
    6
    0 Votes
    6 Posts
    0 Views
    S
    Yes, I know. My first action was to save your code and run it - at which point I got the error message I described. So, I tried the URL via the address bar and it worked. I've since found this page[^], which describes the error message, but in relation to jQuery. It tells you that FireFox's security model is stopping you access the page. Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Searching HUGE XML file

    help csharp algorithms xml
    4
    0 Votes
    4 Posts
    0 Views
    J
    I think you might want to look at vtd-xml it is ideally designed to do what you described..
  • How to create a semi-colon seperated file using XSL

    xml tutorial wpf regex help
    2
    0 Votes
    2 Posts
    0 Views
    S
    RK11@2009 wrote: I am not able to create semi-colon values I don't see you ever writing semi-colons or line separators to the output? Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
  • Generation of .cs pages using xml/xslt

    xml csharp com tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Data Definition Specification

    question database com design xml
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied