Hi,

I've now almost finished my first language module most things i figured
out by looking at the existing. 

Still 2 questions remain:
1) At which point will I enter in which situation:
if( $r->pnotes('dom_tree') )
{
 # .... when do i get there
}
elsif( $r->pnotes('xml_string') )
{
 # .... when do i get there
}
else
{
  my $text = eval { ${$xml_provider->get_strref()} };

  if($@)
  {
     # .....
  }
  else
  {
    # .....
  }
}

2) How do I implement caching, because my source-file has not changed i
don't want my serializer to process the xml-file.

thx

tom

-- 
b e s t s o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
Thomas Schindl            Project Management   mobile ++43/664/314 59 58
------------------------------------------------------------------------
Anton-Rauch-Str.6a        A-6020 Innsbruck     fax       ++43/512/935834
http://www.bestsolution.at                     phone     ++43/512/935834

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to