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
  • java code to generate xml scehma from xml file

    xml java database visual-studio help
    2
    0 Votes
    2 Posts
    0 Views
    S
    Maybe you find one here: http://www.w3.org/XML/Schema#Tools[^] "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
  • What is xsd and xslt

    xml com question
    2
    0 Votes
    2 Posts
    0 Views
    S
    indian143 wrote: What is xsd and xslt. Whats the difference between these two. http://www.w3schools.com/[^] indian143 wrote: What will be the first line in every valid and well-formed xml files. The XML declaration indian143 wrote: How these xsd and xsld are usefull to define a valid and well formed xml file. XSLT has nothing to do with validity of XML files. "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
  • Well formed and Valid XML

    com xml tutorial
    2
    0 Votes
    2 Posts
    0 Views
    D
    Well, "well-formed" XML is syntactically valid XML. "Valid" XML is always well-formed, but must also be semantically correct. XML is not valid when you use unknown elements, attributes or invalid child elements etc. example: Let's say you have XML document describing car. You have some schema (.xsd file), allowing only wheel element inside car element. <car> <wheel /> <wheel /> <sometotalydifferentxmlelement /> </car> is well-formed XML, but invalid. "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
  • java code to generate xml scehma from xml file

    xml java database help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • java code to generate xml scehma from xml file

    xml java database help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Xerces and MS VS 2003

    help workspace c++ visual-studio xml
    2
    0 Votes
    2 Posts
    0 Views
    G
    When you "#import" MSXML, don't use the no_namespace attribute or use the rename_namespace attribute. Using a namespace will resolve your clashes. "We make a living by what we get, we make a life by what we give." --Winston Churchill
  • Building a multilanguage website with XML/XSLT.

    xml com question
    5
    0 Votes
    5 Posts
    0 Views
    B
    PHP is available. BTW, I am not willing to use JavaScript (or anything that runs on client), because more and more people disable its support in their browsers. Regards, BB http://spin.bartoszbien.com
  • using XML as DataSource for RDL reports

    database wcf xml help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • help me..

    help
    2
    0 Votes
    2 Posts
    0 Views
    C
    This has nothing to do with XML or XSL - please post in the appropriate forum. Upcoming events: * Glasgow Geek Dinner (5th March) * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos
  • writing data in table format in XML

    xml tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to Retrieve hidden textbox value through xslt

    xml help tutorial question
    2
    0 Votes
    2 Posts
    0 Views
    B
    it is confusing to under stand... but i think first u have to attach that XSLT to any XML... and modify ur XSLT to store that value in sone variable...
  • XMLNode to XMLElement

    question xml help
    7
    0 Votes
    7 Posts
    0 Views
    L
    that's right
  • XSD file path

    question
    3
    0 Votes
    3 Posts
    0 Views
    S
    Great, thank you! I put the XSD file two directories up, so the following two lines now do the trick: DirectoryInfo schemaDir = (Directory.GetParent(Application.StartupPath)).Parent).Parent; string schemaFullName = schemaDir + Path.DirectorySeparatorChar + "OptionsSchema.xsd";
  • XML request to HTTP and XML response from HTTP

    question csharp xml tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • InfoPath using C# and XML

    database help csharp html design
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Building XPath queries

    data-structures xml tutorial question
    3
    0 Votes
    3 Posts
    0 Views
    R
    Thanks, In the end I realised I'd been slack and not defined a default namespace for the document while also relying on a webservice to cast from a string containing xml to an XMLDocument and .Net had kindly added a namespace for me. That tool looks like it'll be very interesting in the near future, I seem to be descending into XML coding more and more having hovered around the edges of it for several years. Thanks again, Russell
  • XmlAttributeGroup

    help question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML Menu

    xml java javascript html css
    2
    0 Votes
    2 Posts
    0 Views
    S
    No html file needed, as the menus are probably used by the aspx files. Those are part of the ASP.NET technology and similar to php files allow you to create dynamic pages. Therefor they need to be processed by a special web server which then returns a html page to the client. Such a web server that allows you to run the aspx pages on your local systems is included in the free of charge Visual Web Developer 2005 Express Edition[^] "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
  • Biztalk 2004 - XML input

    xml help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • XML to HTML page

    xml html performance
    5
    0 Votes
    5 Posts
    1 Views
    B
    Thanks, it is displaying Praveen