mmkathurima
mmkathurima
> I advice you to include the Vazor source code directly in your project, make all the changes, and tell us with the result, so I can make a final...
It's actually the opposite. `/` doesn't work on Windows and Linux but `\` does. This means that instead of `Views\Shared/_Layout.cshtml`, it should have been `Views\Shared\_Layout.cshtml`.
Did you manage to fix this?
How I was able to spot the issue and offer solutions was tinkering with the clones of your Vazor and ZML projects, building a .dll then adding it as a...
> Remove the Vazor NuGet from your project, and add the Vazor project itself (the source code) to thee solution, and make your project reference it directly. > Make all...
Raising of pull requests is done in both Vazor and ZML repositories.
Hello @VBAndCs, it's been a while. Any progress?
Any kind of document. An example is as below ```xml content]]> ``` This causes the content to be reported as characters. I looked into the Woodstox source and found that...
Is it feasible to make the Woodstox XMLInputFactory accessible and enable changing flags?
One thing to note is that when CDATA is reported as characters, the CDATA tags are obviously skipped and text is parsed as `Some <CDATA> content`. Additionally, passing XMLInputFactory to...