Thread: Getting dizzy cutting circles!
Threaded View
-
15-05-2010 #17
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
-
Font cutting
By petesos in forum Machine DiscussionReplies: 9Last Post: 17-05-2014, 08:14 PM -
Major issue with snapping to circles -Autocad 2013
By craigrobbo in forum AutoCADReplies: 8Last Post: 01-02-2014, 09:33 AM -
Cutting Ply/MDF
By Leadhead in forum Wood Finishing Tips & TricksReplies: 3Last Post: 02-10-2013, 01:59 PM -
Cutting Perspex?
By Shinobiwan in forum Machine DiscussionReplies: 7Last Post: 19-02-2013, 09:25 PM -
Cutting out a circle
By Martin Paul in forum Machine DiscussionReplies: 2Last Post: 19-04-2011, 12:58 AM




Reply With Quote
Bookmarks