. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I have to go with Irving on this John, I use allot of xml files as well and if we took vbulletin this is how modifications are installed into the running system and how they do allot of other stuff to. I can’t see they would use such a system for vb because every web server is setup differently so this would give them all sorts of problems wouldn’t it?

    Or are there different types of XML file?

    And/or this is actually not the computers reading the file differently its Mach and the need for the G90.1, G91.1 codes? Have you been able to replicate and test this inconsistency with different computers John or?

    Click image for larger version. 

Name:	hobnob.jpg 
Views:	2904 
Size:	14.2 KB 
ID:	2147
    Lee

  2. Quote Originally Posted by Lee Roberts View Post
    Or are there different types of XML file?
    As you know Lee, there is only one true XML file structure, a heirachy of named nodes, which looks like:
    Code:
     
    <?xml version="1.0"?>
    <root node>
     <block with named nodes>
       <data item 1>some data</data item 1>
       <data item 2>some data</data item 2>
       <data item 3>some data</data item 3>
     </block with named nodes>
     <another block with repeated nodes>
       <data item>some data</data item>
       <data item>some data</data item>
       <data item>some data</data item>
     </another block with repeated nodes>
    </root node>

    Its possible to use the .XML extension for something else but that would be silly..
    Its also possible that file might be mis-formed - no closing label to a node for example, that could cause it to get misread, or a node incorrectly named. But you'd expect the reading program to cope with that and flag it to the user.

    XML is heavily used for program and system configuration and works... we have over 400 servers and it would be a nightmare if it didnt...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Font cutting
    By petesos in forum Machine Discussion
    Replies: 9
    Last Post: 17-05-2014, 08:14 PM
  2. Replies: 8
    Last Post: 01-02-2014, 09:33 AM
  3. Cutting Ply/MDF
    By Leadhead in forum Wood Finishing Tips & Tricks
    Replies: 3
    Last Post: 02-10-2013, 01:59 PM
  4. Cutting Perspex?
    By Shinobiwan in forum Machine Discussion
    Replies: 7
    Last Post: 19-02-2013, 09:25 PM
  5. Cutting out a circle
    By Martin Paul in forum Machine Discussion
    Replies: 2
    Last Post: 19-04-2011, 12:58 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •