Hi Michael,

  <!ENTITY % product SYSTEM "lib/dtds/product.dtd">
  %product;

From that I get:
./app/models/queue_item.rb:44: [BUG] Segmentation fault
Line 44 is:     dtd = XML::Dtd.new(File.read(Rails.root + "/lib/dtds/"
+ dtd_filename))
where dtd_filename is definition.dtd

Works fine here, but you didn't post lib/dtds/product.dtd, so the test I have is different than yours.

So my question is, does anyone know if [BUG] is indicating a bug in
libxml-ruby or something that I'm doing wrong?

It sounds like a libxml bug - can you post a test case that shows it happening? If so, it should be easy to fix.

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to