Dzoukr/Fue

Generating XAML

Closed this issue · 2 comments

Hey - this is a great library, I really like it and would like to use it to generate some XAML. Only trouble is, tags get output in lowercase. For example,

<StackPanel>...</StackPanel>

becomes

<stackpanel>...</stackpanel>

Is there a way to prevent this?

Hi @seankearon,

I am happy that you are using this library and like it. Thanks for this issue report - now (in version 1.1.0) this should be fixed and original tags case should be kept.

Thanks,
Roman

That's fantastic, thank you. :)