Displaying 4 results from an estimated 4 matches for "fimages".
Did you mean:
images
2005 Nov 03
2
simple menu limitations
...WSP PXE Boot Menu
# TIMEOUT 200
LABEL bartpe
MENU LABEL Build 12
KERNEL /STARTROM.0
APPEND keeppxe
LABEL 11dnet
MENU LABEL Build 11DNET beta (works on 200MB ram)
KERNEL 1/STARTROM.0
APPEND keepxe
LABEL imgctr
MENU LABEL Image Center (experimental)
KERNEL memdisk
APPEND keeppxe initrd=fimages/pqimgctr.vfd
LABEL localboot
MENU LABEL Localboot
MENU DEFAULT
LOCALBOOT 0
LABEL locksmith3com
MENU LABEL Locksmith 3com
KERNEL memdisk
APPEND keeppxe initrd=fimages/locksmith3com.ima
LABEL locksmithbroadcom
MENU LABEL Locksmith Broadcom
KERNEL memdisk
APPEND keeppxe initrd=fimages/lock...
2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
I wrote a rexml script that parses rather big xml files (DOM parsing) and
builds an object out of them. This is what it looks like after i parse the
xml file and display the object:
[#<Article:0xb79e7428 @brand="This is a story from ", @id=5337,
@fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ",
@source="source",
2006 Jun 24
1
Parsing XML with REXML problem
Why can it not find my object? What am i missing here? Here is my code:
require ''rexml/document''
include REXML
# classes to represent the objects and relationships in the xml file
class Article
attr_accessor :id, :post, :archive, :ntype, :head, :blurb, :body,
:fblurb, :fimage, :att, :source, :copy, :brand
end
# the base parser
class BaseXMLParser
def initialize(filename)
2006 Jun 24
0
Best approach for loading a data object into mysql?
I wrote a rexml script that parses rather big xml files (DOM parsing) and
builds an object out of them. This is what it looks like after i parse the
xml file and display the object:
[#<Article:0xb79e7428 @brand="This is a story from ", @id=5337,
@fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ",
@source="source",