Skip to content

Instantly share code, notes, and snippets.

View arjenjb's full-sized avatar
👋

Arjen Brouwer arjenjb

👋
View GitHub Profile
def test_nested_choice():
schema = xsd.Schema(load_xml("""
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://tests.python-zeep.org/"
targetNamespace="http://tests.python-zeep.org/"
elementFormDefault="qualified">
<element name="container">
<complexType>
<sequence>
@arjenjb
arjenjb / ScriptHandler.php
Created May 18, 2012 12:50
ScriptHandler to dump assetic assets
<?php
namespace Symfony\Bundle\AsseticBundle\Composer;
use Symfony\Component\Process\PhpExecutableFinder;
use Symfony\Component\Process\Process;
class ScriptHandler
{
public static function dumpAssets($event)