how to use a XAML snippet in an article
-
Hi guys, I am just about to finish my first article on codeproject ;) but I can't seem to get a XAML snippet into the article.. I tried to use the pre tags with the lang="XML" but that doesn't show anything. Any ideas?
Listen to the toad! www.dotnettoad.com[^]
-
Hi guys, I am just about to finish my first article on codeproject ;) but I can't seem to get a XAML snippet into the article.. I tried to use the pre tags with the lang="XML" but that doesn't show anything. Any ideas?
Listen to the toad! www.dotnettoad.com[^]
It's better to use a HTML editor like DreamWeawer CS3. However try to replace < with < and > with > in your article file. I bet your problem will solve.
-
It's better to use a HTML editor like DreamWeawer CS3. However try to replace < with < and > with > in your article file. I bet your problem will solve.
thanks heaps. that was it. now you can see my first article here: http://www.codeproject.com/KB/WPF/ExtendedWPFCommands.aspx[^]
Listen to the toad! www.dotnettoad.com[^]
-
thanks heaps. that was it. now you can see my first article here: http://www.codeproject.com/KB/WPF/ExtendedWPFCommands.aspx[^]
Listen to the toad! www.dotnettoad.com[^]
You're welcome