On 19 Nov 2008, at 13:07, Jarl Friis wrote:

>
> Hi.
>
> I am working on a webservice producing xml content, In my rails
> functional test I would like to assert that this generated xml
> (@reponse.body) conforms to a specific XSD.
>
> What is the best approach to do this?
>
Dunno about best approach but I recently did something along those  
lines (in this particular case I was generating xml to send to a  
webservice rather than your way round, but I don't think that's  
relevant)
in the end I just popened xmllint and piped my xml in. The ruby libxml  
bindings might allow you do stuff like that, I didn't look very  
closely at that.

Fred

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to