Re: Service Provider Database



On Thu, 2008-06-05 at 11:50 +0300, Antti Kaijanmäki wrote:
<snip>
> > I also mentioned another option which you seem to have discounted, and
> > can easily be used in a DTD.
> > 
> > <provider>
> >   <gsm />
> >   <name>Service Provider - GSM prepaid</name>
> >   <apn>prepaid.provider</apn>
> > </provider>
> 
> Your previous mail had "type" property also with this one and it had
> the same problem as the first one had. That's why I didn't comment on
> that. 

You can:
"(gsm, name, apn)? | name"

Would make sure you have an apn when you have a gsm tag.

In all cases, you could also use a C program to validate your XML file,
which would give you more options.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]