Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find не работает в cml файлах с кириллическими тегами #187

Open
lyrmin opened this issue Sep 2, 2022 · 0 comments

Comments

@lyrmin
Copy link

lyrmin commented Sep 2, 2022

Например не работает селектор: $document->find("Номер1С");
Пример файла для проверки https://dropmefiles.com/GpWXl
Код:

<КоммерческаяИнформация xmlns="urn:1C.ru:commerceml_3" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ВерсияСхемы="3.1" ДатаФормирования="2022-08-31T18:42:51" Ид="1">
<Контейнер>
<Документ>
<Ид>64749</Ид>
<НомерВерсии>AAAAAAAkbfQ=</НомерВерсии>
<ПометкаУдаления>false</ПометкаУдаления>
<Номер>64749</Номер>
<Номер1С>0000-064749</Номер1С>
<Дата>2022-08-23</Дата>
<Дата1С>2022-08-23</Дата1С>
<Время>00:00:00</Время>
<ХозОперация>Заказ товара</ХозОперация>
</Документ>
</Контейнер>
</КоммерческаяИнформация>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant