source: ruby/trunk/lib/open_ehr/parser/xml_perser.rb@ 405

Last change on this file since 405 was 405, checked in by KOBAYASHI, Shinji, 14 years ago

start serializer implementation

File size: 174 bytes
Line 
1module OpenEHR
2 module Parser
3 class XMLPaser
4 def initialize(source)
5 @source = source
6 end
7
8 def parse
9
10 end
11 end
12 end
13end
Note: See TracBrowser for help on using the repository browser.