Discussion:
[doctrine-user] xml namespace prefix for xsd
MetaAbstract
2017-11-04 16:24:16 UTC
Permalink
By default my IDE add prefix for doctrine-mapping.xsd in xml matadata
file. But orm:generate-entities gave an error "Invalid mapping file ..."
while i remove namespace. After i remove prefix generation was made. Is it
normal behavior for metadata file analyzing or i miss some generation
options?
--
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
Marco Pivetta
2017-11-04 16:50:38 UTC
Permalink
This is normal behavior of the metadata drivers: they can't currently deal
with standard NS prefixing.

Marco Pivetta

http://twitter.com/Ocramius

http://ocramius.github.com/
Post by MetaAbstract
By default my IDE add prefix for doctrine-mapping.xsd in xml matadata
file. But orm:generate-entities gave an error "Invalid mapping file ..."
while i remove namespace. After i remove prefix generation was made. Is it
normal behavior for metadata file analyzing or i miss some generation
options?
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
Артем Мельчук
2017-11-04 17:39:32 UTC
Permalink
ok, thx.
I need to make commit request to https://github.com/doctrine/
doctrine2/blob/master/docs/en/reference/xml-mapping.rst? )))
p.s. it's takes 6 hours to understand this for me))))
p.p.s also console command was need a some hack to work. write another
topic?


С УважеМОеЌ, Мельчук АртеЌ.
Post by Marco Pivetta
This is normal behavior of the metadata drivers: they can't currently deal
with standard NS prefixing.
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
Post by MetaAbstract
By default my IDE add prefix for doctrine-mapping.xsd in xml matadata
file. But orm:generate-entities gave an error "Invalid mapping file ..."
while i remove namespace. After i remove prefix generation was made. Is it
normal behavior for metadata file analyzing or i miss some generation
options?
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the
Google Groups "doctrine-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/doctrine-user/vnuUMDW_N7Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
Marco Pivetta
2017-11-04 18:02:28 UTC
Permalink
Yeah, if you can, you can help also with improving the docs - same as the
other thread, just need to get started with GIT and github :-)

Marco Pivetta

http://twitter.com/Ocramius

http://ocramius.github.com/
Post by Артем Мельчук
ok, thx.
I need to make commit request to https://github.com/doctrine/do
ctrine2/blob/master/docs/en/reference/xml-mapping.rst? )))
p.s. it's takes 6 hours to understand this for me))))
p.p.s also console command was need a some hack to work. write another
topic?
С УважеМОеЌ, Мельчук АртеЌ.
Post by Marco Pivetta
This is normal behavior of the metadata drivers: they can't currently
deal with standard NS prefixing.
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
Post by MetaAbstract
By default my IDE add prefix for doctrine-mapping.xsd in xml matadata
file. But orm:generate-entities gave an error "Invalid mapping file ..."
while i remove namespace. After i remove prefix generation was made. Is it
normal behavior for metadata file analyzing or i miss some generation
options?
--
You received this message because you are subscribed to the Google
Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the
Google Groups "doctrine-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/doctrine-user/vnuUMDW_N7Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
Артем Мельчук
2017-11-05 11:26:03 UTC
Permalink
ok. good thing to start with github.
Really i make some work with git for study purpose. Next step going to be
github. So i will make commit request to doc next week about xml namespase
prefix.

С УважеМОеЌ, Мельчук АртеЌ.
Post by Marco Pivetta
Yeah, if you can, you can help also with improving the docs - same as the
other thread, just need to get started with GIT and github :-)
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
Post by Артем Мельчук
ok, thx.
I need to make commit request to https://github.com/doctrine/do
ctrine2/blob/master/docs/en/reference/xml-mapping.rst? )))
p.s. it's takes 6 hours to understand this for me))))
p.p.s also console command was need a some hack to work. write another
topic?
С УважеМОеЌ, Мельчук АртеЌ.
Post by Marco Pivetta
This is normal behavior of the metadata drivers: they can't currently
deal with standard NS prefixing.
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
Post by MetaAbstract
By default my IDE add prefix for doctrine-mapping.xsd in xml matadata
file. But orm:generate-entities gave an error "Invalid mapping file ..."
while i remove namespace. After i remove prefix generation was made. Is it
normal behavior for metadata file analyzing or i miss some generation
options?
--
You received this message because you are subscribed to the Google
Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the
Google Groups "doctrine-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/doctrine-user/vnuUMDW_N7Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the
Google Groups "doctrine-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/doctrine-user/vnuUMDW_N7Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
Loading...