Thread overview | |||||
---|---|---|---|---|---|
|
July 08, 2015 Check an entire XML document for well-formedness in KXML | ||||
---|---|---|---|---|
| ||||
Hello! I try to use KXML and I need very simple: check an entire XML document for well-formedness. How is it better to do? Thanks in advance. |
July 08, 2015 Re: Check an entire XML document for well-formedness in KXML | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sergey | On Wednesday, 8 July 2015 at 07:30:51 UTC, Sergey wrote:
> Hello!
>
> I try to use KXML and I need very simple: check an entire XML document for well-formedness. How is it better to do?
>
> Thanks in advance.
Maybe use the command line:
$ sudo apt-get install libxml2
$ xmllint --schema schema.xsd --stream file.xml
or are you after a D solution?
|
July 09, 2015 Re: Check an entire XML document for well-formedness in KXML | ||||
---|---|---|---|---|
| ||||
Posted in reply to Gary Willoughby | On Wednesday, 8 July 2015 at 12:18:46 UTC, Gary Willoughby wrote:
> On Wednesday, 8 July 2015 at 07:30:51 UTC, Sergey wrote:
>> Hello!
>>
>> I try to use KXML and I need very simple: check an entire XML document for well-formedness. How is it better to do?
>>
>> Thanks in advance.
>
> Maybe use the command line:
>
> $ sudo apt-get install libxml2
> $ xmllint --schema schema.xsd --stream file.xml
>
> or are you after a D solution?
I need a solution on d.
Now I program (work) on windows.
|
Copyright © 1999-2021 by the D Language Foundation