hello.
you're missing a prefix in the second declaration:
xmlns:myPrefix="..."
Hi Luis, can you please show me example how to do it? Thanks.
hello again.
well, first, you really don't need your second xml namespace declaration since the default declarations already add them. if you do decide to add it then you do need to give it a prefid:
...xmlns:myPrefix="Sys"...
btw, are you sure it's not working?
For some reason it magically started working, after going through the dance of uninstalling and reinstalling as long as I removed the second namespace declaration. The only reason I had put it in there in the first place was because my existing code wasn't working, so I tried creating very trivial examples and pasted much of it directly from the breaking changes document.
A couple things I figured out from this
1) Make sure to remove all traces of Atlas from your system
2) Make sure you don't have even an empty <references> section in your xml-script. Yes, seems fairly obvious since that isn't supported right now.
3) Don't believe the documentation when it doesn't make sense.
Thanks for the help, it's now working.
hello again.
i really liked 3 :)
No comments:
Post a Comment