Jimmy

Results 3 comments of Jimmy

I was able to "fix" this by 1. updating the selector in the options for the medium-zoom plugin ``` [ '@vuepress/medium-zoom', { selector: '.content__default :not(a) > img', } ], ```...

Also, I found that it seems to be specific to the ```SPOUSE``` of the ```APPLICANT``` on the personal_loan. If I comment out the ```DECLARATIONS``` element under ```PERSONALBASEAPPLICANT``` or the ```SPOUSE```...

Some how, adding this complexType to the original personal_loan XSD (and changing absolutely nothing else) allows my unit tests to pass ``` ``` and the XML document deserializes correctly as...