Question : XML problem-defining the file name

hi guys im running a program .. that uses this portion of the configration file .. to name the log file that will be created .. at the end of the program .. so i jus wana see if i could change the configuration to name the file wat i want .. i don know how to do that .. thanks


<hal    
    acPortName="COM5"
    lBaudRate="115200"
    cLogEnabled="true"
    acLogDirectory="C:\debuglog\Automation\"
    ltoFileName="lto.dat"
/>

<gll
    LogPriMask="LOG_DEBUG"
    LogFacMask="LOG_GLLAPI | LOG_NMEA | LOG_RAWDATA | LOG_DEVMS | LOG_DEVET | LOG_DEVKF | LOG_DEVMR | LOG_DEVCV"
     

    FrqPlan="FRQ_PLAN_26MHZ_2PPM_10MHZ_100PPB"
    RfType="GL_RF_4751_DANUBE_EXT_LNA"
    BrcmRFwildBase="0x1E2D6409"
    BrcmRFclkDiv="21"
    BrcmRFclkRefHz="26000000"
/>

Answer : XML problem-defining the file name

can u rephrase the question please?
are you trying to parse the xml and get the log file name?
which code are u using?
what environment?
Random Solutions  
 
programming4us programming4us