Search found 1 match

by cbech
Fri Apr 15, 2011 7:19 pm
Forum: General
Topic: XML Syntax
Replies: 0
Views: 503

XML Syntax

This is what I want

<?xml version = "1.0" ?>
< root >
< feed > Black Text </ feed >
</ root >

and the best Textpad can do is:
< ? xml version = "1.0" ? >
< root >
< feed > Black Text </ feed >
</ root >

Is there a hierarchy to the way certain syntax colourings are applied? I mean, do ...