public InputSource resolveEntity(String publicId, String systemId) {
List<String> knownSchemas = Arrays.asList(
...
Java On Long if ladder
by zetafish,
December 10, 2011 13:15
public InputSource resolveEntity(String publicId, String systemId) {
List<String> knownSchemas = Arrays.asList(
"documents.xsd",
...
public InputSource resolveEntity(String publicId, String systemId) {
List<String> knownSchemas = Arrays.asList(
"documents.xsd",
...
def count_leading_spaces(input_str):
return re.match('\s*', input_str).end()
Python On filter by indentation level
by zetafish,
October 12, 2009 07:56
The count_leading_spaces co...
// NOTE: Compiling the 'input.sch' is needed only once.
private final Transformer transformer = compileTransformer();
...
Java On Multiple XSLT for Schematro...
by zetafish,
October 09, 2009 14:15
Compiling the schematron fi...
ActionScript On Can anyone please refactor ...
by zetafish,
October 06, 2009 07:37
This method is too big, it ...
S = [ [/111/, 1000],
[/222/, 200],
[/333/, 300],
...
Ruby On Cleanly write checks in a m...
by zetafish,
September 24, 2009 23:10
Hey sohoo, nice tutorial pr...

You want to load a schema f...