Xml Notepad now is open source
-
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:
I like XML Notepad, but I can't use it as much as I would like. Several of the XML files in our applications contain user-entered text, where we need to preserve any whitespace they've entered. Unfortunately, recent versions of XML Notepad don't respect the
xml:space="preserve"
attribute when saving the file. What's especially problematic is that they introduce whitespace in empty elements ("<tag>{multiple spaces and/or CR/LF's}<tag>
") whereas they used to properly collapse them ("<tag/>
"). I tried e-mailing the principle developer (the 'clovett' mentioned in your post), but was ignored.
Software Zen:
delete this;
-
I like XML Notepad, but I can't use it as much as I would like. Several of the XML files in our applications contain user-entered text, where we need to preserve any whitespace they've entered. Unfortunately, recent versions of XML Notepad don't respect the
xml:space="preserve"
attribute when saving the file. What's especially problematic is that they introduce whitespace in empty elements ("<tag>{multiple spaces and/or CR/LF's}<tag>
") whereas they used to properly collapse them ("<tag/>
"). I tried e-mailing the principle developer (the 'clovett' mentioned in your post), but was ignored.
Software Zen:
delete this;
But now you can fix it yourself!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
My first real C# project | Linkify!|FoldWithUs! | sighist -
But now you can fix it yourself!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
My first real C# project | Linkify!|FoldWithUs! | sighist -
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:
Handy little App...now even better. I use it quite a bit! Mike
Theres light at the end of the tunnel. Lord I hope it ain't no train!
-
For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.(John 3:16) :badger:
Did they take down XML Notepad. When I click on the link it goes to the codeplex home page. - Dave B Day of .Net Ann Arbor. Free one day .Net developers conference on May 5th. www.dayofdotnet.org
-
Did they take down XML Notepad. When I click on the link it goes to the codeplex home page. - Dave B Day of .Net Ann Arbor. Free one day .Net developers conference on May 5th. www.dayofdotnet.org
-
Any idea where the source code download is? That's just the install.
Try code model generation tools at BoneSoft.com.
-
Any idea where the source code download is? That's just the install.
Try code model generation tools at BoneSoft.com.
-
Any idea where the source code download is? That's just the install.
Try code model generation tools at BoneSoft.com.
Here is an article which describes some of the design, and claims to have link to the source code, but the link just takes you to the download page to the installer. I downloaded and installed the msi in hopes that the source was bundled in with the installer, but no luck there. XML Notepad design article (no source code though)
-
Here is an article which describes some of the design, and claims to have link to the source code, but the link just takes you to the download page to the installer. I downloaded and installed the msi in hopes that the source was bundled in with the installer, but no luck there. XML Notepad design article (no source code though)
Source code is available again (on the Source Code tab.)