summaryrefslogtreecommitdiff
path: root/pyxb/namespace
AgeCommit message (Expand)AuthorFilesLines
2009-11-29Extend built-in XMLSchema_instance namespace to allow control of thepab1-0/+90
2009-10-17Put back necessary cache of object categoriespab1-4/+11
2009-10-17Documentation cleanuppab1-1/+1
2009-10-17Remove unnecessary cache of category object namespab1-8/+9
2009-09-15Add in missed stuffpab1-3/+0
2009-09-13Remove old svnignore filespab1-3/+0
2009-09-11More documentationpab1-6/+25
2009-08-27Avoid creating redundant namespaces when no target namespace support requiredpab1-1/+1
2009-08-25Fix trac dr 46pab1-5/+20
2009-08-21Provide human-readable representation of namespace contextpab1-0/+12
2009-08-18Increase debug messages in hopes of tracking down race conditionpab1-1/+1
2009-08-18Propagate target namespace through schema include directivespab1-2/+3
2009-08-18Use element-specific attribute for targetNamespace functionalitypab2-9/+11
2009-08-18Finalize by default when legitimatepab1-1/+9
2009-08-18Clean up mismanagement of default namespacepab2-20/+26
2009-08-17Set schema attributes consistently regardless of DOM implementationpab1-12/+3
2009-08-17Only override absent default namespacespab1-2/+2
2009-08-17Default to finalize target namespace if enabled for element; permit overridin...pab1-2/+5
2009-08-17Improve error messagepab1-1/+1
2009-08-17Set default namespace when constructing from DOMpab1-0/+5
2009-08-17Fix problem with namespace popping; remove comments from test case since saxd...pab1-5/+11
2009-08-17Only assign a target namespace if the element supports itpab1-7/+9
2009-08-17Add set of notes for which targetNamespace is obeyed when appears as attributepab2-2/+18
2009-08-17Disable feature that screws up testingpab1-6/+9
2009-08-16Hacking towards SAX-based DOM modelpab1-0/+3
2009-08-14Documentation updates, and cleanup in import helperpab2-6/+12
2009-08-14Clean up development areapab1-0/+3
2009-08-14Fix referencepab1-1/+1
2009-08-12Put in the configuration to expand prefixpab1-1/+1
2009-08-12Remove default archive path, but provide a way to set it easily.pab1-65/+68
2009-08-11Successful validation should return true. (Unsuccessful raises exception)pab1-0/+1
2009-08-10Use recursive under bundles as archive pathpab1-1/+1
2009-08-09Correct default archive path for new layoutpab1-1/+1
2009-08-08Fix references in exceptionpab1-1/+1
2009-08-08Correct when processing dynamically created modulespab1-1/+4
2009-08-08Set default prefix when loading namespace binding modules, so toxml produces ...pab2-0/+5
2009-08-04Implement public/private namespacespab1-5/+8
2009-08-04Support situation where bindings have already been imported for an archive th...pab1-8/+27
2009-08-04Avoid premature load of unneeded archives. Allow recursive validation under ...pab2-35/+51
2009-08-04Use graph-based dependency checking for archive orderpab1-34/+43
2009-08-04Checkpoint working code to load namespaces in dependency orderpab1-69/+168
2009-08-04Record dependencies on other archives that have modules for the same namespacepab2-0/+24
2009-08-04Detect schema defined in archived namespacepab2-2/+11
2009-08-04Support recursive PYXB_ARCHIVE_PATHpab1-19/+15
2009-08-02Remove more trace messagespab1-1/+2
2009-08-02Ensure anonymous objects are reachable from the archived modelspab1-3/+6
2009-08-02Avoid scan of loadable archives when installing builtin componentspab1-2/+2
2009-08-02Remove storage of module path from namespace; correct association of module w...pab2-14/+2
2009-08-02Can again generate all standard bindings and run demo from manualpab1-4/+11
2009-08-02Checkpoint rework of generation to visit only components/module records that ...pab2-12/+20