Schema tag needs xmlns: info
Brought to you by:
sseaman
my (very picky) xml schema parser returned errors on
the businessRules.xsd until I updated the schema tag to:
xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://jxbre.ideaity.net"
xmlns="http://jxbre.ideaity.net"
While neither the targetNamespace nor the default
namespace are required, it is good practive to name
them properly
Logged In: YES
user_id=428312
Very true.
I would make the change if the project was being suppored,
which, at the current time, it is not.
It needs re-written from the ground up (I wrote it in three
days on a notepad.. seriously).
Ill make a note of it for future versions...