Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema validation is needed for dynamic build file creation #4

Open
jessegreathouse opened this issue Jul 7, 2011 · 0 comments
Open

Comments

@jessegreathouse
Copy link
Member

I need to be able to create or manage my build metadata from inside the application GUI.

For my application to know which input is valid, Phingistrano must have some validation information for which my application can validate against.

Since Phingistrano is written in Phing, and since Phing is written in XML, the obvious choice for validation would be XML schema validation. Something like this:

 <?xml version="1.0" encoding="UTF-8"?>
 <project name="MyProject" default="help" 
     xmlns:xsi="http://phingistrano.org/2011/XMLSchema-instance"
     xsi:noNamespaceSchemaLocation="phingistrano.0.1.0.xsd" >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant